fix splash screen
its broken atm
This commit is contained in:
@@ -60,8 +60,6 @@ struct SetupView: View {
|
|||||||
|
|
||||||
CarouselView()
|
CarouselView()
|
||||||
|
|
||||||
Spacer()
|
|
||||||
|
|
||||||
DamusWhiteButton("Create Account") {
|
DamusWhiteButton("Create Account") {
|
||||||
self.state = .create_account
|
self.state = .create_account
|
||||||
}
|
}
|
||||||
@@ -71,11 +69,8 @@ struct SetupView: View {
|
|||||||
}
|
}
|
||||||
.padding([.top, .bottom], 20)
|
.padding([.top, .bottom], 20)
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
|
||||||
Spacer()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.top, -80)
|
|
||||||
}
|
}
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
.navigationViewStyle(StackNavigationViewStyle())
|
.navigationViewStyle(StackNavigationViewStyle())
|
||||||
|
|||||||
Reference in New Issue
Block a user