paloma99 commited on
Commit
343733d
·
verified ·
1 Parent(s): 313ea9c

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -55,7 +55,7 @@ class Theme(Base):
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",
 
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",