Skip to content

Commit

Permalink
feat(ui): update background color for Select in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-wlodek committed May 3, 2024
1 parent 1994bb1 commit 3b3a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/design-tokens/theme/dark-theme.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const colors: Colors = {
$radiobutton_icon_hover_color: darkColorScheme.$primary_dark_grey,
$radiobutton_icon_hover_border_color: darkColorScheme.$primary_mid_grey,

$select_grey_bgColor_rest: darkColorScheme.$primary_light_black,
$select_grey_bgColor_rest: darkColorScheme.$primary_dark_grey,
$select_grey_bgColor_hover: darkColorScheme.$primary_grey,
$select_grey_bgColor_pressed: darkColorScheme.$primary_grey,
$select_grey_content_bgColor: darkColorScheme.$primary_light_black,
Expand Down

0 comments on commit 3b3a9ca

Please sign in to comment.