init
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import SwiftUI
|
||||
|
||||
struct UserCardComponent: View {
|
||||
|
||||
var body: some View {
|
||||
VStack (alignment: .leading, spacing: 8, content: {
|
||||
Spacer()
|
||||
@@ -27,7 +28,8 @@ struct UserCardComponent: View {
|
||||
})
|
||||
.padding(.all, 20)
|
||||
.frame(height: 300)
|
||||
.background(.ultraThinMaterial)
|
||||
.background(Image("Images/banner2").resizable().aspectRatio(contentMode: .fill))
|
||||
// .background(.ultraThinMaterial)
|
||||
.cornerRadius(10)
|
||||
.shadow(radius: 20)
|
||||
.padding(.horizontal, 10)
|
||||
|
||||
Reference in New Issue
Block a user