Skip to content

Commit

Permalink
fix fill color for menu item icons
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Mar 4, 2024
1 parent 785680c commit 6b28cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/OnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function OnboardingPurpose() {
key: translationKey,
title: translate(translationKey),
icon: menuIcons[choice],
displayInDefaultIconColor: true,
iconWidth: variables.purposeMenuIconSize,
iconHeight: variables.purposeMenuIconSize,
iconStyles: [styles.mh3],
Expand Down

0 comments on commit 6b28cb9

Please sign in to comment.