Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
@@ -56,9 +56,9 @@ class Theme(Base):
|
|
56 |
block_background_fill_dark="*neutral_800",
|
57 |
input_background_fill_dark="*neutral_700",
|
58 |
# Button Colors
|
59 |
-
button_primary_background_fill="
|
60 |
-
button_primary_background_fill_hover="
|
61 |
-
button_primary_text_color="
|
62 |
button_primary_background_fill_dark="*neutral_600",
|
63 |
button_primary_background_fill_hover_dark="*neutral_600",
|
64 |
button_primary_text_color_dark="white",
|
|
|
56 |
block_background_fill_dark="*neutral_800",
|
57 |
input_background_fill_dark="*neutral_700",
|
58 |
# Button Colors
|
59 |
+
button_primary_background_fill="rgb(18,13,5)",
|
60 |
+
button_primary_background_fill_hover="rgb(243, 239, 224)",
|
61 |
+
button_primary_text_color="rgb(243, 239, 224)",
|
62 |
button_primary_background_fill_dark="*neutral_600",
|
63 |
button_primary_background_fill_hover_dark="*neutral_600",
|
64 |
button_primary_text_color_dark="white",
|