paloma99 commited on
Commit
3f06ea8
1 Parent(s): ea37049

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +0 -2
theme.py CHANGED
@@ -59,12 +59,10 @@ class Theme(Base):
59
  button_primary_background_fill_dark="*primary_600",
60
  button_primary_background_fill_hover_dark="*primary_600",
61
  button_primary_text_color="rgb(243, 239, 224)",
62
- button_primary_text_color_hover="#4e6339",
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",
66
  button_secondary_text_color="*button_primary_text_color",
67
- button_secondary_text_color_hover="#4e6339",
68
  button_cancel_background_fill="*button_primary_background_fill",
69
  button_cancel_background_fill_hover="*button_primary_background_fill_hover",
70
  button_cancel_text_color="*button_primary_text_color",
 
59
  button_primary_background_fill_dark="*primary_600",
60
  button_primary_background_fill_hover_dark="*primary_600",
61
  button_primary_text_color="rgb(243, 239, 224)",
 
62
  button_primary_text_color_dark="white",
63
  button_secondary_background_fill="*button_primary_background_fill",
64
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
65
  button_secondary_text_color="*button_primary_text_color",
 
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",