Update theme.py
Browse files
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="
|
76 |
-
checkbox_border_color_selected_dark="*
|
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",
|