Skip to content

Commit

Permalink
fix icon colot.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <[email protected]>
  • Loading branch information
Krishna2323 committed Sep 1, 2024
1 parent 609dd79 commit 15353c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentDeletedIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function AttachmentDeletedIndicator({containerStyles}: AttachmentOfflineIndicato
/>
<View style={[styles.pAbsolute, styles.deletedIndicator, styles.alignItemsCenter, styles.justifyContentCenter, containerStyles]}>
<Icon
fill={theme.iconHovered}
fill={theme.icon}
src={Expensicons.Trashcan}
width={variables.iconSizeSuperLarge}
height={variables.iconSizeSuperLarge}
Expand Down

0 comments on commit 15353c7

Please sign in to comment.