Skip to content

Commit

Permalink
applied margin to BR instead of left prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed May 9, 2023
1 parent ae4d11d commit b342bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const MenuItem = (props) => {
</View>
)}
{Boolean(props.brickRoadIndicator) && (
<View style={[styles.alignItemsCenter, styles.justifyContentCenter, styles.l1]}>
<View style={[styles.alignItemsCenter, styles.justifyContentCenter, styles.ml1]}>
<Icon
src={Expensicons.DotIndicator}
fill={props.brickRoadIndicator === 'error' ? colors.red : colors.green}
Expand Down

0 comments on commit b342bf1

Please sign in to comment.