paloma99 commited on
Commit
313ea9c
·
verified ·
1 Parent(s): 18f9e0d

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -1
theme.py CHANGED
@@ -54,7 +54,8 @@ class Theme(Base):
54
  # Button Colors
55
  button_primary_background_fill="#66814a",
56
  button_primary_background_fill_hover='*primary_500',
57
- button_primary_background_fill_dark="*primary_500",
 
58
  button_primary_text_color="rgb(243, 239, 224)",
59
  button_primary_text_color_dark="*white",
60
  button_secondary_background_fill="*button_primary_background_fill",
 
54
  # Button Colors
55
  button_primary_background_fill="#66814a",
56
  button_primary_background_fill_hover='*primary_500',
57
+ button_primary_background_fill_dark="*primary_600",
58
+ button_primary_background_fill_hover_dark='*primary_600',
59
  button_primary_text_color="rgb(243, 239, 224)",
60
  button_primary_text_color_dark="*white",
61
  button_secondary_background_fill="*button_primary_background_fill",