Merge pull request #164 from meshtastic/text_size_cleanup

Fix typo
This commit is contained in:
Garth Vander Houwen 2022-09-06 18:46:10 -07:00 committed by GitHub
commit ebce91c64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ struct MQTTConfig: View {
HStack {
Label("Address", systemImage: "server.rack")
TextField("Server Address", text: $username)
TextField("Server Address", text: $address)
.foregroundColor(.gray)
.autocapitalization(.none)
.disableAutocorrection(true)