From 0635dc68ad610c5f17d793d95abbaf51d31d25bf Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Wed, 13 Dec 2023 09:34:36 -0800 Subject: [PATCH] Fix wallet cardholder name in light mode --- src/styles/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.ts b/src/styles/styles.ts index 244a6f2b11dc..ac2fee2074e0 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -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, },