Skip to content

Commit

Permalink
add margin left to green dot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Sep 8, 2023
1 parent 911fe99 commit 9c141b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/LHNOptionsList/OptionRowLHN.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,12 @@ function OptionRowLHN(props) {
accessible={false}
>
{shouldShowGreenDotIndicator && (
<Icon
src={Expensicons.DotIndicator}
fill={themeColors.success}
/>
<View style={styles.ml2}>
<Icon
src={Expensicons.DotIndicator}
fill={themeColors.success}
/>
</View>
)}
{optionItem.hasDraftComment && optionItem.isAllowedToComment && (
<View
Expand Down

0 comments on commit 9c141b7

Please sign in to comment.