Skip to content

Commit

Permalink
Merge pull request #33689 from ZhenjaHorbach/upload-photo-icon-remain…
Browse files Browse the repository at this point in the history
…s-white-in-light-mode

Upload photo icon remains white in light mode
  • Loading branch information
roryabraham authored Jan 3, 2024
2 parents cccbecd + a793301 commit 1d2b642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.icon}
/>
</View>
</PressableWithoutFeedback>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ const styles = (theme: ThemeColors) =>

smallEditIcon: {
alignItems: 'center',
backgroundColor: theme.buttonHoveredBG,
backgroundColor: theme.buttonDefaultBG,
borderColor: theme.appBG,
borderRadius: 14,
borderWidth: 3,
Expand Down

0 comments on commit 1d2b642

Please sign in to comment.