Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
|
@@ -9,7 +9,7 @@ primaryColor = '#21D4E1'
|
|
| 9 |
backgroundColor = '#0A0A0A'
|
| 10 |
|
| 11 |
# Background color for sidebar and most interactive widgets
|
| 12 |
-
secondaryBackgroundColor = '#
|
| 13 |
# Color used for almost all text
|
| 14 |
textColor = '#FFFFFF'
|
| 15 |
|
|
|
|
| 9 |
backgroundColor = '#0A0A0A'
|
| 10 |
|
| 11 |
# Background color for sidebar and most interactive widgets
|
| 12 |
+
secondaryBackgroundColor = '#454545'
|
| 13 |
# Color used for almost all text
|
| 14 |
textColor = '#FFFFFF'
|
| 15 |
|