-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reveal password button and use a rounded checkbox #6268
Conversation
.padding(EdgeInsets(top: alignment == .top ? 8 : 0, leading: 0, bottom: alignment == .bottom ? 8 : 0, trailing: 8)) | ||
.padding(.top, alignment == .top ? 8 : 0) | ||
.padding(.bottom, alignment == .bottom ? 8 : 0) | ||
.padding(.trailing, 12) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This trailing value aligns with Compound more closely
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/g6LKUM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐴
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This PR makes minor changes to the authentication flow:
RoundedBorderTextField
shows the existing clear button when configured for plain text but now shows a reveal password button when configured for secure text.Simulator.Screen.Recording.-.iPhone.13.Pro.-.2022-06-10.at.17.45.48.mp4
Simulator.Screen.Recording.-.iPhone.13.mini.-.2022-06-10.at.18.20.39.mp4