Skip to content

Commit

Permalink
fix: update option text color
Browse files Browse the repository at this point in the history
  • Loading branch information
dudu0506 committed Jul 25, 2024
1 parent 366703e commit 94826b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 94826b7

Please sign in to comment.