Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
[theme]
|
2 |
+
base = "light"
|
3 |
+
primaryColor = "#F63366"
|
4 |
+
backgroundColor = "#FFFFFF"
|
5 |
+
secondaryBackgroundColor = "#F0F2F6"
|
6 |
+
textColor = "#262730"
|
7 |
+
font = "sans serif"
|