Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -2
.streamlit/config.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
primaryColor="#673ab7"
|
4 |
-
backgroundColor="#
|
5 |
secondaryBackgroundColor="#f3eaff"
|
6 |
-
textColor="#
|
7 |
font="sans serif"
|
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
primaryColor="#673ab7"
|
4 |
+
backgroundColor="#ffffff"
|
5 |
secondaryBackgroundColor="#f3eaff"
|
6 |
+
textColor="#222222"
|
7 |
font="sans serif"
|