Skip to content
Snippets Groups Projects
Commit 5fd248a5 authored by Dmytro Ryshchuk's avatar Dmytro Ryshchuk
Browse files

Add height for SecureTextField

parent 8a48f51f
No related branches found
No related tags found
1 merge request!207Circles iOS v1.0.6
......@@ -83,6 +83,7 @@ struct SecureFieldWithEye: View {
isSecure: isSecure,
placeholder: label,
isNewPassword: isNewPassword)
.frame(height: 40)
Button(action: {
isSecure.toggle()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment