-
Notifications
You must be signed in to change notification settings - Fork 106
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(Android): [#175090703] CTA text not aligned in the Android Bonus_Request_Information screen #2270
fix(Android): [#175090703] CTA text not aligned in the Android Bonus_Request_Information screen #2270
Conversation
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2270 +/- ##
=========================================
Coverage ? 47.92%
=========================================
Files ? 543
Lines ? 15788
Branches ? 3159
=========================================
Hits ? 7566
Misses ? 8180
Partials ? 42
Continue to review full report at Codecov.
|
@@ -108,6 +108,7 @@ const BonusInformationComponent: React.FunctionComponent<Props> = props => { | |||
title: I18n.t("global.buttons.cancel") | |||
}; | |||
const requestButtonProps = { | |||
buttonFontSize: customVariables.btnFontSize - 1, |
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.
For accessibility reasons I guess decrease the font-size is not a good idea.
Perhaps we can change the text and make it shorter
see https://www.pivotaltracker.com/story/show/175090703/comments/218618829
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.
…equest-information-android' into 175090703-align-text-cta-bonus-request-information-android
Short description
This PR fix the alignment in the
Request bonus
button of the Bonus_Request_Information screen on Android device.List of changes proposed in this pull request
Reduced by 1 point with respect to the standard size of the button the font size