Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -4
.streamlit/config.toml
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
[theme]
|
2 |
-
|
|
|
3 |
backgroundColor = "#ffffff"
|
4 |
-
secondaryBackgroundColor = "#
|
5 |
-
textColor = "#
|
6 |
-
font = "monospace"
|
|
|
|
|
|
1 |
[theme]
|
2 |
+
|
3 |
+
primaryColor = "#2563eb"
|
4 |
backgroundColor = "#ffffff"
|
5 |
+
secondaryBackgroundColor = "#f8fafc"
|
6 |
+
textColor = "#1f2937"
|
7 |
+
font = "monospace"
|
8 |
+
|
9 |
+
|