paloma99 commited on
Commit
49a5caf
·
verified ·
1 Parent(s): d2c57af

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +5 -5
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="*green",
73
- checkbox_background_color_dark="*green",
74
- checkbox_background_color_selected_dark="green",
75
- checkbox_border_color_selected_dark="*green",
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="0px",
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",