mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 05:27:28 +00:00
Better placeholder
This commit is contained in:
parent
caf4c81d18
commit
b957d47c08
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user