diff --git a/src/components/AvatarWithImagePicker.js b/src/components/AvatarWithImagePicker.js index d766d4cb6f22..71193147c292 100644 --- a/src/components/AvatarWithImagePicker.js +++ b/src/components/AvatarWithImagePicker.js @@ -322,7 +322,7 @@ function AvatarWithImagePicker({ src={Expensicons.Camera} width={variables.iconSizeSmall} height={variables.iconSizeSmall} - fill={theme.textLight} + fill={theme.icon} /> diff --git a/src/styles/index.ts b/src/styles/index.ts index 7eb5e9345bef..ce39e69a445a 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -2876,7 +2876,7 @@ const styles = (theme: ThemeColors) => smallEditIcon: { alignItems: 'center', - backgroundColor: theme.buttonHoveredBG, + backgroundColor: theme.buttonDefaultBG, borderColor: theme.appBG, borderRadius: 14, borderWidth: 3,