Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
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",
|