Skip to content

Commit

Permalink
Fix zoom icon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed Dec 26, 2023
1 parent 4fb87e4 commit db7bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarCropModal/AvatarCropModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function AvatarCropModal(props) {
<View style={[styles.mt5, styles.justifyContentBetween, styles.alignItemsCenter, styles.flexRow, StyleUtils.getWidthStyle(imageContainerSize)]}>
<Icon
src={Expensicons.Zoom}
fill={theme.icons}
fill={theme.icon}
/>

<PressableWithoutFeedback
Expand Down

0 comments on commit db7bd4e

Please sign in to comment.