Skip to content

Commit

Permalink
Merge pull request #12552 from syedsaroshfarrukhdot/error-message-out…
Browse files Browse the repository at this point in the history
…-of-screen-fix

Error message floating out of screen IOS/Android Fix
  • Loading branch information
marcochavezf authored Nov 9, 2022
2 parents e0eaf31 + 8cea533 commit c9a6bcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,8 @@ const BankAccountStep = (props) => {
/>
{!props.user.validated && (
<View style={[styles.flexRow, styles.alignItemsCenter, styles.m4]}>
<Text style={[styles.mutedTextLabel, styles.mr4]}>
<Icon src={Expensicons.Exclamation} fill={colors.red} />
</Text>
<Text style={styles.mutedTextLabel}>
<Icon src={Expensicons.Exclamation} fill={colors.red} />
<Text style={[styles.mutedTextLabel, styles.ml4, styles.flex1]}>
{props.translate('bankAccount.validateAccountError')}
</Text>
</View>
Expand Down

0 comments on commit c9a6bcb

Please sign in to comment.