Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
[theme]
|
| 2 |
base = "light"
|
| 3 |
-
primaryColor = "#
|
| 4 |
backgroundColor = "#ffffff"
|
| 5 |
-
secondaryBackgroundColor = "#
|
| 6 |
-
textColor = "#0f172a"
|
| 7 |
-
font = "
|
|
|
|
| 1 |
[theme]
|
| 2 |
base = "light"
|
| 3 |
+
primaryColor = "#6366f1"
|
| 4 |
backgroundColor = "#ffffff"
|
| 5 |
+
secondaryBackgroundColor = "#ffffff"
|
| 6 |
+
textColor = "#0f172a"
|
| 7 |
+
font = "sans serif"
|