Skip to content

Commit

Permalink
Merge pull request #47978 from MuaazArshad/bankstyles
Browse files Browse the repository at this point in the history
fix styles
  • Loading branch information
mountiny authored Aug 27, 2024
2 parents 735b03f + 8bcc088 commit 3845daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function AddressBusiness({reimbursementAccount, onNext, isEditing}: AddressBusin
style={[styles.mh5, styles.flexGrow1]}
>
<Text style={[styles.textHeadlineLineHeightXXL]}>{translate('businessInfoStep.enterYourCompanysAddress')}</Text>
<Text>{translate('common.noPO')}</Text>
<Text style={[styles.pv3, styles.textSupporting]}>{translate('common.noPO')}</Text>
<AddressFormFields
inputKeys={INPUT_KEYS}
shouldSaveDraft={!isEditing}
Expand Down

0 comments on commit 3845daf

Please sign in to comment.