Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
@@ -47,7 +47,7 @@ class Theme(Base):
|
|
47 |
body_text_color="rgb(243, 239, 224)",
|
48 |
block_label_text_color="rgb(243, 239, 224)",
|
49 |
block_title_text_color="rgb(243, 239, 224)",
|
50 |
-
body_text_color_subdued="*
|
51 |
body_background_fill='*primary_900',
|
52 |
background_fill_primary='*primary_600',
|
53 |
background_fill_primary_dark='*primary_900',
|
|
|
47 |
body_text_color="rgb(243, 239, 224)",
|
48 |
block_label_text_color="rgb(243, 239, 224)",
|
49 |
block_title_text_color="rgb(243, 239, 224)",
|
50 |
+
body_text_color_subdued="*neutral_400",
|
51 |
body_background_fill='*primary_900',
|
52 |
background_fill_primary='*primary_600',
|
53 |
background_fill_primary_dark='*primary_900',
|