Skip to content

Commit

Permalink
Merge pull request #42398 from Krishna2323/krishna2323/issue/42373
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored May 28, 2024
2 parents 4b23de2 + 103cca5 commit 2c8b1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Banner({
containerStyles,
]}
>
<View style={[styles.flexRow, styles.flexGrow1, styles.mw100, styles.alignItemsCenter]}>
<View style={[styles.flexRow, styles.flex1, styles.mw100, styles.alignItemsCenter]}>
{shouldShowIcon && icon && (
<View style={[styles.mr3]}>
<Icon
Expand All @@ -97,7 +97,7 @@ function Banner({
<RenderHTML html={text} />
) : (
<Text
style={textStyles}
style={[styles.flex1, styles.flexWrap, textStyles]}
onPress={onPress}
suppressHighlighting
>
Expand Down

0 comments on commit 2c8b1d5

Please sign in to comment.