Skip to content

Commit

Permalink
remove extra margin
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Oct 7, 2024
1 parent 78e2a62 commit de31219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/TaskPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function TaskPreview({taskReportID, action, contextMenuAnchor, chatReportID, che
<Text style={titleStyle}>{taskTitle}</Text>
</View>
{shouldShowGreenDotIndicator && (
<View style={[styles.ml2, iconWrapperStyle]}>
<View style={iconWrapperStyle}>
<Icon
src={Expensicons.DotIndicator}
fill={theme.success}
Expand Down

0 comments on commit de31219

Please sign in to comment.