Better placeholder
This commit is contained in:
parent
caf4c81d18
commit
b957d47c08
|
@ -24,7 +24,7 @@ struct CreateSecretView: View {
|
|||
}
|
||||
HStack {
|
||||
Text("Name:")
|
||||
TextField("Name", text: $name)
|
||||
TextField("Shhhhh", text: $name)
|
||||
}
|
||||
HStack {
|
||||
Toggle(isOn: $requiresAuthentication) {
|
||||
|
|
Loading…
Reference in New Issue