Skip to content

Commit

Permalink
Merge pull request #26659 from Expensify/vit-updateStatusBarStyle
Browse files Browse the repository at this point in the history
Fix style of the scanning badge
  • Loading branch information
Li357 authored Sep 4, 2023
2 parents f0243c4 + f5e88ee commit 5691303
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3811,10 +3811,14 @@ const styles = {
},

moneyRequestHeaderStatusBarBadge: {
padding: 8,
borderRadius: variables.componentBorderRadiusMedium,
marginRight: 12,
paddingHorizontal: 8,
borderRadius: variables.componentBorderRadiusSmall,
height: variables.inputHeightSmall,
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: themeColors.border,
marginRight: 12,
},

staticHeaderImage: {
Expand Down

0 comments on commit 5691303

Please sign in to comment.