mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-27 08:10:23 +00:00
Formatting changes
This commit is contained in:
parent
270b0802c9
commit
45e19714d3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user