From a57d081513e9cd411b0c38509bd3a54116c105aa Mon Sep 17 00:00:00 2001 From: Aldo Canepa Garay <87341702+aldo-expensify@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:10:20 -0300 Subject: [PATCH] Merge pull request #54494 from parasharrajat/fix-icons Fix the HeaderWithBackButton compnent so that icons take their natural fill color (cherry picked from commit 8dec5358a42b4adccef931ac1125e2c28ab1fa10) (CP triggered by jasperhuangg) --- src/components/HeaderWithBackButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (