diff --git a/src/components/HeaderWithBackButton/index.tsx b/src/components/HeaderWithBackButton/index.tsx index b4d097e90994..363fe238e9f4 100755 --- a/src/components/HeaderWithBackButton/index.tsx +++ b/src/components/HeaderWithBackButton/index.tsx @@ -182,7 +182,7 @@ function HeaderWithBackButton({ width={iconWidth ?? variables.iconHeader} height={iconHeight ?? variables.iconHeader} additionalStyles={[styles.mr2, iconStyles]} - fill={iconFill ?? theme.icon} + fill={iconFill} /> )} {!!policyAvatar && (