Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
|
@@ -56,7 +56,7 @@ 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="rgb(53,66,48)"
|
| 60 |
button_primary_background_fill_hover='*primary_200',
|
| 61 |
button_primary_text_color='*primary_600',
|
| 62 |
button_primary_background_fill_dark="*neutral_600",
|
|
|
|
| 56 |
block_background_fill_dark="*neutral_800",
|
| 57 |
input_background_fill_dark="*neutral_700",
|
| 58 |
# Button Colors
|
| 59 |
+
button_primary_background_fill="rgb(53,66,48)",
|
| 60 |
button_primary_background_fill_hover='*primary_200',
|
| 61 |
button_primary_text_color='*primary_600',
|
| 62 |
button_primary_background_fill_dark="*neutral_600",
|