Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -56,7 +56,7 @@ class Theme(Base):
|
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='#d3e3c3',
|
59 |
-
button_primary_text_color="85a860",
|
60 |
button_primary_background_fill_dark="green",
|
61 |
button_primary_background_fill_hover_dark="green",
|
62 |
button_primary_text_color_dark="rgb(243, 239, 224)",
|
|
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='#d3e3c3',
|
59 |
+
button_primary_text_color="#85a860",
|
60 |
button_primary_background_fill_dark="green",
|
61 |
button_primary_background_fill_hover_dark="green",
|
62 |
button_primary_text_color_dark="rgb(243, 239, 224)",
|