rocioadlc commited on
Commit
6244c1b
Β·
verified Β·
1 Parent(s): c5575c8

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -72,8 +72,8 @@ class Theme(Base):
72
  checkbox_label_text_color="*button_primary_text_color",
73
  checkbox_background_color_selected="*neutral_600",
74
  checkbox_background_color_dark="*neutral_700",
75
- checkbox_background_color_selected_dark="*neutral_700",
76
- checkbox_border_color_selected_dark="*neutral_800",
77
  # Padding
78
  checkbox_label_padding="*spacing_md",
79
  button_large_padding="*spacing_lg",
 
72
  checkbox_label_text_color="*button_primary_text_color",
73
  checkbox_background_color_selected="*neutral_600",
74
  checkbox_background_color_dark="*neutral_700",
75
+ checkbox_background_color_selected_dark="gray",
76
+ checkbox_border_color_selected_dark="*gray",
77
  # Padding
78
  checkbox_label_padding="*spacing_md",
79
  button_large_padding="*spacing_lg",