mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-12-22 04:07:09 +00:00
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
Block a user