-
Notifications
You must be signed in to change notification settings - Fork 657
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
Fix Google Pay button padding issues #6992
Conversation
b11a0b4
to
83bb886
Compare
@@ -163,6 +164,8 @@ internal fun Wallet( | |||
} | |||
|
|||
state.link?.let { link -> | |||
Spacer(modifier = Modifier.requiredHeight(8.dp)) |
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.
Does this mess up if google pay is not enabled?
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.
Oh yeah, it would. Will do a quick fix now and then revisit when we’re taking a more systematic approach to enforcing consistent spacing.
Summary
This pull request fixes an issue where incorrect padding was applied to the Google Pay button.
Motivation
Resolves #6940
Testing
Screenshots
Changelog
[Fixed] Fixed an issue where incorrect padding was set on the Google Pay button.