Skip to content

Commit

Permalink
Fix header text style
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbhai committed Dec 15, 2023
1 parent 1f72cef commit 1234afe
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 1234afe

Please sign in to comment.