Better placeholder

This commit is contained in:
Max Goedjen
2020-03-11 22:17:35 -07:00
parent caf4c81d18
commit b957d47c08

View File

@@ -24,7 +24,7 @@ struct CreateSecretView: View {
} }
HStack { HStack {
Text("Name:") Text("Name:")
TextField("Name", text: $name) TextField("Shhhhh", text: $name)
} }
HStack { HStack {
Toggle(isOn: $requiresAuthentication) { Toggle(isOn: $requiresAuthentication) {