mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-05 17:27:24 +01:00
Better placeholder
This commit is contained in:
@@ -24,7 +24,7 @@ struct CreateSecretView: View {
|
||||
}
|
||||
HStack {
|
||||
Text("Name:")
|
||||
TextField("Name", text: $name)
|
||||
TextField("Shhhhh", text: $name)
|
||||
}
|
||||
HStack {
|
||||
Toggle(isOn: $requiresAuthentication) {
|
||||
|
||||
Reference in New Issue
Block a user