Skip to content

Commit

Permalink
Changed Visa Card Program menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed May 26, 2023
1 parent 30f2266 commit 71e5b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/themed/ControlPanel.tsx
Expand Up @@ -273,7 +273,7 @@ export function ControlPanel(props: DrawerContentComponentProps) {
dispatch(executePluginAction(navigation, 'rewardscard', 'sell'))
navigation.dispatch(DrawerActions.closeDrawer())
},
iconNameFontAwesome: 'cc-visa',
iconNameFontAwesome: 'credit-card',
title: sprintf(lstrings.rewards_card_call_to_action, defaultFiat)
})
}
Expand Down Expand Up @@ -364,7 +364,7 @@ export function ControlPanel(props: DrawerContentComponentProps) {
<View style={styles.rowIconContainer}>
{rowData.iconName != null ? <Fontello name={rowData.iconName} style={styles.icon} size={theme.rem(1.5)} color={theme.iconTappable} /> : null}
{rowData.iconNameFontAwesome != null ? (
<FontAwesome5Icon name={rowData.iconNameFontAwesome} style={styles.icon} size={theme.rem(1.5)} color={theme.iconTappable} />
<FontAwesome5Icon name={rowData.iconNameFontAwesome} style={styles.icon} size={theme.rem(1.25)} color={theme.iconTappable} />
) : null}
</View>
<View style={styles.rowBodyContainer}>
Expand Down

0 comments on commit 71e5b0b

Please sign in to comment.