-
Notifications
You must be signed in to change notification settings - Fork 658
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
Update AutocompleteScreen button background #8538
Conversation
Diffuse output:
APK
|
} else { | ||
MaterialTheme.stripeColors.materialColors.surface.darken(0.07f) | ||
Color.White.copy(alpha = 0.07f) |
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.
Think when we synced on this, the plan was to use 0.2f
, did this change?
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.
Just checked the run ticket, see that this did indeed change. All good!
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.
Based on this thread we decided to go with 7%. Archived thread in ticket
Summary
Changes AutocompleteScreen "Enter address manually" button to us a 7% opacity background instead of darkening user set surface color
Motivation
RUN_MOBILESDK-3206
Testing
Screenshots
Changelog