Skip to content

Commit

Permalink
Merge pull request #33631 from Expensify/youssef_fix_zoom_icon_dark_mode
Browse files Browse the repository at this point in the history
[CP Staging] Fix typo when setting Zoom icon fill

(cherry picked from commit 925fb68)
  • Loading branch information
mountiny authored and OSBotify committed Dec 26, 2023
1 parent b5d90e2 commit 8b1b459
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 8b1b459

Please sign in to comment.