mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
SecureInput fix: multiple buttons in form triggered by one tap
This commit is contained in:
parent
8ffe51dd38
commit
f57864dbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ struct SecureInput: View {
|
|||
}) {
|
||||
Image(systemName: self.isSecure ? "eye.slash" : "eye")
|
||||
.accentColor(.secondary)
|
||||
}
|
||||
}.buttonStyle(BorderlessButtonStyle())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue