Skip to content

Commit

Permalink
Merge pull request #50165 from bernhardoj/fix/50151-misaligned-green-dot
Browse files Browse the repository at this point in the history
Fix task preview green dot is not aligned with the arrow
  • Loading branch information
arosiclair authored Oct 4, 2024
2 parents 5880a1e + 85e35b5 commit 8f35228
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 @@ -121,7 +121,7 @@ function TaskPreview({taskReportID, action, contextMenuAnchor, chatReportID, che
</View>
</View>
{shouldShowGreenDotIndicator && (
<View style={styles.ml2}>
<View style={[styles.ml2, iconWrapperStyle]}>

Check failure on line 124 in src/components/ReportActionItem/TaskPreview.tsx

View workflow job for this annotation

GitHub Actions / typecheck / typecheck

Cannot find name 'iconWrapperStyle'.
<Icon
src={Expensicons.DotIndicator}
fill={theme.success}
Expand Down

0 comments on commit 8f35228

Please sign in to comment.