Skip to content

Commit

Permalink
Merge pull request #32989 from Expensify/georgia-textLight
Browse files Browse the repository at this point in the history
Fix Wallet Cardholder Name in Light Mode
  • Loading branch information
grgia authored Dec 13, 2023
2 parents 052c5cc + 0635dc6 commit af09896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3998,7 +3998,7 @@ const styles = (theme: ThemeColors) =>
left: 16,
bottom: 16,
width: variables.cardNameWidth,
color: theme.text,
color: theme.textLight,
fontSize: variables.fontSizeSmall,
lineHeight: variables.lineHeightLarge,
},
Expand Down

0 comments on commit af09896

Please sign in to comment.