Skip to content

Commit

Permalink
Fix bug with Upload photo icon remains white in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Dec 28, 2023
1 parent 376bb95 commit 2366ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AvatarWithImagePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function AvatarWithImagePicker({
src={Expensicons.Camera}
width={variables.iconSizeSmall}
height={variables.iconSizeSmall}
fill={theme.textLight}
fill={theme.inverse}
/>
</View>
</PressableWithoutFeedback>
Expand Down

0 comments on commit 2366ade

Please sign in to comment.