Skip to content

Commit

Permalink
consistent margin on top
Browse files Browse the repository at this point in the history
  • Loading branch information
adeel0202 authored Mar 8, 2022
1 parent c87b0c8 commit 460135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class BankAccountStep extends React.Component {
errorText={this.getErrorText('accountNumber')}
/>
<CheckboxWithLabel
style={styles.mt5}
style={styles.mt4}
isChecked={this.state.hasAcceptedTerms}
onPress={this.toggleTerms}
LabelComponent={() => (
Expand Down

0 comments on commit 460135f

Please sign in to comment.