Skip to content

Commit

Permalink
Merge pull request #27008 from dukenv0307/fix/25929
Browse files Browse the repository at this point in the history
Add margin left to green dot icon
  • Loading branch information
madmax330 authored Sep 13, 2023
2 parents 331e004 + 9c141b7 commit 427c403
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 @@ -257,10 +257,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 427c403

Please sign in to comment.