-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fix Additional Information Text Margin #5363
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
Conversation
@@ -224,7 +224,7 @@ class BeneficialOwnersStep extends React.Component { | |||
)} | |||
</View> | |||
)} | |||
<Text style={[styles.textStrong, styles.mb5]}> | |||
<Text style={[styles.textStrong, styles.mv5]}> |
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.
Added a top margin to separate "Agreement" from the top checkboxes and make it look more like @shawnborton's image.
@@ -235,7 +235,7 @@ class BeneficialOwnersStep extends React.Component { | |||
<View style={[styles.flexRow]}> | |||
<Text>{this.props.translate('common.iAcceptThe')}</Text> | |||
<TextLink href="https://use.expensify.com/achterms"> | |||
{`${this.props.translate('beneficialOwnersStep.termsAndConditions')}.`} | |||
{`${this.props.translate('beneficialOwnersStep.termsAndConditions')}`} |
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.
Removed "." to make it consistent with the other checkbox items.
I think you can also make the "Agreement" use a normal font weight and not bold. |
Updated! |
Looks good, thanks Carlos! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Details
This PR fixes the margin on the additional information page.
Fixed Issues
$ #5343
Tests
QA Steps
Steps above.
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android