Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Dec 19, 2024
1 parent af44752 commit aee88f3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ function BankAccountDetails({isEditing, onNext, resetScreenIndex, formValues, fi
[fieldsMap, translate],
);

const currencyHeaderContent = <Text style={[styles.textHeadlineLineHeightXXL, styles.mb6]}>{translate('addPersonalBankAccount.currencyHeader')}</Text>;
const currencyHeaderContent = (
<View style={styles.ph5}>
<Text style={[styles.textHeadlineLineHeightXXL, styles.mb3]}>{translate('addPersonalBankAccount.currencyHeader')}</Text>
</View>
);

return (
<FormProvider
Expand Down

0 comments on commit aee88f3

Please sign in to comment.