Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Jan 2, 2024
1 parent 2366ade commit e5db886
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.inverse}
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 @@ -2865,7 +2865,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 e5db886

Please sign in to comment.