Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
@@ -51,6 +51,7 @@ class Theme(Base):
|
|
51 |
body_background_fill='*primary_700',
|
52 |
background_fill_primary_dark="*neutral_900",
|
53 |
background_fill_secondary_dark="*neutral_800",
|
|
|
54 |
block_background_fill_dark="*neutral_800",
|
55 |
input_background_fill_dark="*neutral_700",
|
56 |
# Button Colors
|
|
|
51 |
body_background_fill='*primary_700',
|
52 |
background_fill_primary_dark="*neutral_900",
|
53 |
background_fill_secondary_dark="*neutral_800",
|
54 |
+
block_background_fill='*primary_100',
|
55 |
block_background_fill_dark="*neutral_800",
|
56 |
input_background_fill_dark="*neutral_700",
|
57 |
# Button Colors
|