Skip to content

Commit

Permalink
Merge pull request #26509 from Expensify/cmartins-scanStyle
Browse files Browse the repository at this point in the history
Style changes to Scanning banner
  • Loading branch information
mountiny authored Sep 4, 2023
2 parents d89182b + 326a117 commit d58bc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions src/components/MoneyRequestHeaderStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,7 @@ function MoneyRequestHeaderStatusBar() {
const {translate} = useLocalize();

return (
<View
style={[
styles.dFlex,
styles.flexRow,
styles.alignItemsCenter,
styles.flexGrow1,
styles.justifyContentBetween,
styles.overflowHidden,
styles.ph5,
styles.pv3,
styles.borderBottom,
styles.w100,
]}
>
<View style={[styles.dFlex, styles.flexRow, styles.alignItemsCenter, styles.flexGrow1, styles.overflowHidden, styles.ph5, styles.pb3, styles.borderBottom, styles.w100]}>
<View style={[styles.moneyRequestHeaderStatusBarBadge]}>
<Text style={[styles.textStrong, styles.textLabel]}>{translate('iou.receiptStatusTitle')}</Text>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3811,7 +3811,7 @@ const styles = {
moneyRequestHeaderStatusBarBadge: {
padding: 8,
borderRadius: variables.componentBorderRadiusMedium,
marginRight: 16,
marginRight: 12,
backgroundColor: themeColors.border,
},

Expand Down

0 comments on commit d58bc2a

Please sign in to comment.