Skip to content

Commit

Permalink
Merge pull request #45219 from Krishna2323/krishna2323/issue/45123
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Jul 11, 2024
2 parents c53bd5c + fa5f7da commit 64c574a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function CardSection() {
<Icon
src={Expensicons.CreditCard}
additionalStyles={styles.subscriptionAddedCardIcon}
fill={theme.text}
fill={theme.icon}
medium
/>
<View style={styles.flex1}>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@ const styles = (theme: ThemeColors) =>

subscriptionAddedCardIcon: {
padding: 10,
backgroundColor: theme.icon,
backgroundColor: theme.buttonDefaultBG,
borderRadius: variables.componentBorderRadius,
height: variables.iconSizeExtraLarge,
width: variables.iconSizeExtraLarge,
Expand Down

0 comments on commit 64c574a

Please sign in to comment.