MainViewModel documentation and image caching improvements
This commit is contained in:
@@ -146,7 +146,8 @@ struct LoginTextField: View {
|
||||
var body: some View {
|
||||
TextField(example, text: $text)
|
||||
.textFieldStyle(.plain)
|
||||
.textCase(.lowercase)
|
||||
.autocorrectionDisabled()
|
||||
.textInputAutocapitalization(.never)
|
||||
.foregroundColor(.white)
|
||||
.accentColor(.white)
|
||||
.padding()
|
||||
|
||||
Reference in New Issue
Block a user