Formatting changes

This commit is contained in:
David Ullmer 2022-07-12 18:00:27 +02:00
parent 270b0802c9
commit 45e19714d3
No known key found for this signature in database
GPG Key ID: 4AEABE3359D5883C

View File

@ -22,8 +22,11 @@ struct UserSignInView: View {
ZStack {
ImageView(viewModel.getSplashscreenUrl())
.ignoresSafeArea()
Color.black.opacity(0.9)
Color.black
.opacity(0.9)
.ignoresSafeArea()
Form {
Section {
TextField(L10n.username, text: $username)