From 94826b7543f9022293933a605bd9b6098bf8be7a Mon Sep 17 00:00:00 2001 From: dudu0506 Date: Thu, 25 Jul 2024 23:06:35 +0800 Subject: [PATCH] fix: update option text color --- src/constants/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/theme.ts b/src/constants/theme.ts index 594500f..40001a6 100644 --- a/src/constants/theme.ts +++ b/src/constants/theme.ts @@ -9,7 +9,7 @@ export const DARK_THEME: PollTheme = { titleColor: '#f5f5f5', optionBgColor: '#ffffff21', optionTextColor: '#f5f5f5', - optionSelectedTextColor: '#8e96ff', + optionSelectedTextColor: '#AC9DF6', optionSelectedBgColor: '#ffffff21', cardBgColor: '#181818', secondTextColor: '#ffffff', @@ -21,7 +21,7 @@ export const LIGHT_THEME: PollTheme = { optionBgColor: '#cfcfcf', optionTextColor: '#181818', optionSelectedTextColor: '#181818', - optionSelectedBgColor: '#8e96ff', + optionSelectedBgColor: '#AC9DF6', cardBgColor: '#ffffff', secondTextColor: '#767676', percentColor: '#181818',