This commit is contained in:
2024-01-22 18:13:01 +08:00
parent b4f90a9019
commit 8c2daac591
23 changed files with 605 additions and 55 deletions

View File

@@ -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)