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