Skip to content

Commit

Permalink
Merge pull request #54494 from parasharrajat/fix-icons
Browse files Browse the repository at this point in the history
Fix the HeaderWithBackButton compnent so that icons take their natural fill color

(cherry picked from commit 8dec535)

(CP triggered by jasperhuangg)
  • Loading branch information
aldo-expensify authored and OSBotify committed Dec 26, 2024
1 parent 2295378 commit a57d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderWithBackButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Expand Down

0 comments on commit a57d081

Please sign in to comment.