Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
@@ -48,9 +48,9 @@ class Theme(Base):
|
|
48 |
block_label_text_color="*body_text_color",
|
49 |
block_title_text_color="*body_text_color",
|
50 |
body_text_color_subdued="*neutral_700",
|
51 |
-
body_background_fill='*
|
52 |
-
background_fill_primary_dark=
|
53 |
-
background_fill_secondary_dark=
|
54 |
block_background_fill='*primary_100',
|
55 |
block_background_fill_dark="*neutral_800",
|
56 |
input_background_fill_dark="*neutral_700",
|
|
|
48 |
block_label_text_color="*body_text_color",
|
49 |
block_title_text_color="*body_text_color",
|
50 |
body_text_color_subdued="*neutral_700",
|
51 |
+
body_background_fill='*secondary_900',
|
52 |
+
background_fill_primary_dark='*secondary_900',
|
53 |
+
background_fill_secondary_dark='*secondary_900',
|
54 |
block_background_fill='*primary_100',
|
55 |
block_background_fill_dark="*neutral_800",
|
56 |
input_background_fill_dark="*neutral_700",
|