Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -54,7 +54,8 @@ class Theme(Base):
|
|
54 |
# Button Colors
|
55 |
button_primary_background_fill="#66814a",
|
56 |
button_primary_background_fill_hover='*primary_500',
|
57 |
-
button_primary_background_fill_dark="*
|
|
|
58 |
button_primary_text_color="rgb(243, 239, 224)",
|
59 |
button_primary_text_color_dark="*white",
|
60 |
button_secondary_background_fill="*button_primary_background_fill",
|
|
|
54 |
# Button Colors
|
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",
|