mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-07 01:37:22 +02:00
Better placeholder
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user