PWD-1: add and apply input style
This commit is contained in:
parent
0435cb45f6
commit
7b82797cb5
3 changed files with 25 additions and 1 deletions
|
@ -26,7 +26,9 @@ struct AddPasswordView: View {
|
|||
.padding(EdgeInsets(top: 0, leading: 0, bottom: 10, trailing: 0))
|
||||
Form {
|
||||
TextField("Name", text: $name)
|
||||
.textFieldStyle(PwdTextFieldStyle())
|
||||
TextField("Value", text: $value)
|
||||
.textFieldStyle(PwdTextFieldStyle())
|
||||
Text("The password will not be visible again later. Make sure to save it somewhere else too!")
|
||||
.font(.footnote)
|
||||
HStack {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue