rocioadlc commited on
Commit
c5575c8
Β·
verified Β·
1 Parent(s): 9b2809c

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -58,8 +58,8 @@ class Theme(Base):
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_200',
60
  button_primary_text_color="white",
61
- button_primary_background_fill_dark="*neutral_600",
62
- button_primary_background_fill_hover_dark="*neutral_600",
63
  button_primary_text_color_dark="white",
64
  button_secondary_background_fill="*button_primary_background_fill",
65
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
 
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_200',
60
  button_primary_text_color="white",
61
+ button_primary_background_fill_dark="gray",
62
+ button_primary_background_fill_hover_dark="gray",
63
  button_primary_text_color_dark="white",
64
  button_secondary_background_fill="*button_primary_background_fill",
65
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",