paloma99 commited on
Commit
3b67bd4
·
verified ·
1 Parent(s): 7c55169

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -57,12 +57,12 @@ class Theme(Base):
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_hover="#4e6339"
61
  button_primary_text_color_dark="white",
62
  button_secondary_background_fill="*button_primary_background_fill",
63
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
64
  button_secondary_text_color="*button_primary_text_color",
65
- button_secondary_text_color_hover="#4e6339"
66
  button_cancel_background_fill="*button_primary_background_fill",
67
  button_cancel_background_fill_hover="*button_primary_background_fill_hover",
68
  button_cancel_text_color="*button_primary_text_color",
 
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_hover="#4e6339",
61
  button_primary_text_color_dark="white",
62
  button_secondary_background_fill="*button_primary_background_fill",
63
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
64
  button_secondary_text_color="*button_primary_text_color",
65
+ button_secondary_text_color_hover="#4e6339",
66
  button_cancel_background_fill="*button_primary_background_fill",
67
  button_cancel_background_fill_hover="*button_primary_background_fill_hover",
68
  button_cancel_text_color="*button_primary_text_color",