HawkClaws commited on
Commit
68c7679
1 Parent(s): 670e31f

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -5
.streamlit/config.toml CHANGED
@@ -1,6 +1,7 @@
1
  [theme]
2
- primaryColor="#e5ab00"
3
- backgroundColor="#ffffff"
4
- secondaryBackgroundColor="#282929"
5
- textColor = "#0e1117"
6
- font="sans serif"
 
 
1
  [theme]
2
+ base = "light"
3
+ primaryColor = "#F63366"
4
+ backgroundColor = "#FFFFFF"
5
+ secondaryBackgroundColor = "#F0F2F6"
6
+ textColor = "#262730"
7
+ font = "sans serif"