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
  • Loading branch information
aldo-expensify authored Dec 24, 2024
2 parents de1b888 + a1ef336 commit 8dec535
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 8dec535

Please sign in to comment.