Skip to content

Commit

Permalink
Merge pull request #18639 from Pujan92/fix/18418
Browse files Browse the repository at this point in the history
Fix: Workspaces icons and DotIndicator has inconsistent space with right icon
  • Loading branch information
puneetlath committed May 9, 2023
2 parents 2c1dfe9 + b342bf1 commit 0eb6495
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 0eb6495

Please sign in to comment.