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

@@ -10,10 +10,10 @@ import SwiftData
struct HomeView: View {
var body: some View {
ScrollView{
VStack(alignment: .leading, content: {
ScrollView {
ZStack(alignment: .leading) {
UserCardComponent()
})
}
}
.background(Color.orange)
}