From e5db8866c7ddbdb9a4790f0a4025868f8b2bc053 Mon Sep 17 00:00:00 2001 From: Yauheni Date: Tue, 2 Jan 2024 12:29:46 +0300 Subject: [PATCH] Update colors --- src/components/AvatarWithImagePicker.js | 2 +- src/styles/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AvatarWithImagePicker.js b/src/components/AvatarWithImagePicker.js index b294671a1da9..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.inverse} + fill={theme.icon} /> diff --git a/src/styles/index.ts b/src/styles/index.ts index cfd9b797de0b..fc79c5ab7c02 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -2865,7 +2865,7 @@ const styles = (theme: ThemeColors) => smallEditIcon: { alignItems: 'center', - backgroundColor: theme.buttonHoveredBG, + backgroundColor: theme.buttonDefaultBG, borderColor: theme.appBG, borderRadius: 14, borderWidth: 3,