Skip to content

Commit

Permalink
Merge pull request #33141 from neonbhai/achcontractstep-style-fix
Browse files Browse the repository at this point in the history
fix: bank account flow - inscription text style
  • Loading branch information
jasperhuangg authored Dec 15, 2023
2 parents 0b8ffcd + 1234afe commit 3a44f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ACHContractStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function ACHContractStep(props) {
key={index}
style={[styles.p5, styles.border, styles.mb2]}
>
<Text style={[styles.textStrong, styles.mb2, styles.textWhite]}>{props.translate('beneficialOwnersStep.additionalOwner')}</Text>
<Text style={[styles.headerText, styles.mb2]}>{props.translate('beneficialOwnersStep.additionalOwner')}</Text>
<IdentityForm
translate={props.translate}
style={[styles.mb2]}
Expand Down

0 comments on commit 3a44f77

Please sign in to comment.