Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -69,16 +69,16 @@ class Theme(Base):
|
|
69 |
checkbox_label_background_fill="*button_primary_background_fill",
|
70 |
checkbox_label_background_fill_hover="*button_primary_background_fill_hover",
|
71 |
checkbox_label_text_color="*button_primary_text_color",
|
72 |
-
checkbox_background_color_selected="*
|
73 |
-
checkbox_background_color_dark="
|
74 |
-
checkbox_background_color_selected_dark="
|
75 |
-
checkbox_border_color_selected_dark="
|
76 |
# Padding
|
77 |
checkbox_label_padding="*spacing_md",
|
78 |
button_large_padding="*spacing_lg",
|
79 |
button_small_padding="*spacing_sm",
|
80 |
# Borders
|
81 |
-
block_border_width="
|
82 |
block_border_width_dark="1px",
|
83 |
shadow_drop_lg="0 1px 4px 0 rgb(0 0 0 / 0.1)",
|
84 |
block_shadow="*shadow_drop_lg",
|
|
|
69 |
checkbox_label_background_fill="*button_primary_background_fill",
|
70 |
checkbox_label_background_fill_hover="*button_primary_background_fill_hover",
|
71 |
checkbox_label_text_color="*button_primary_text_color",
|
72 |
+
checkbox_background_color_selected="*primary_500",
|
73 |
+
checkbox_background_color_dark="#66814a",
|
74 |
+
checkbox_background_color_selected_dark="*primary_500",
|
75 |
+
checkbox_border_color_selected_dark="#66814a",
|
76 |
# Padding
|
77 |
checkbox_label_padding="*spacing_md",
|
78 |
button_large_padding="*spacing_lg",
|
79 |
button_small_padding="*spacing_sm",
|
80 |
# Borders
|
81 |
+
block_border_width="1px",
|
82 |
block_border_width_dark="1px",
|
83 |
shadow_drop_lg="0 1px 4px 0 rgb(0 0 0 / 0.1)",
|
84 |
block_shadow="*shadow_drop_lg",
|