Created
June 27, 2019 03:21
-
-
Save culjo/e9c7d11732870fe1e9c417a2a4dd98e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SecureField(.constant(""), placeholder: Text("Password")) | |
.padding() | |
.background(Color("flash-white")) | |
.cornerRadius(4.0) | |
.padding(.bottom, 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment