-
Notifications
You must be signed in to change notification settings - Fork 5
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 email to the Avatar picker #360
Conversation
📲 You can test the changes from this Pull Request in Gravatar UIKit Prototype Build by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Gravatar SwiftUI Prototype Build by scanning the QR code below to install the corresponding build.
|
) | ||
.padding(.vertical, borderWidth) // to prevent borders from getting clipped |
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.
not directly related with this PR but I saw that the borders are getting clipped a bit, this fixes it.
private func header() -> some View { | ||
VStack(alignment: .leading) { | ||
Text("Avatars") | ||
.font(.title2.weight(.bold)) | ||
Text("Choose or upload your favorite avatar images and connect them to your email address.") | ||
.font(.subheadline) | ||
.foregroundColor(Color(UIColor.secondaryLabel)) |
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.
Not directly related with this PR but this is how it is in the designs and only a 1 line change so I wanted to include here.
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.
Closes #346
Description
Testing Steps
Email should be visible at the top.