Junaidb commited on
Commit
fe4e479
·
verified ·
1 Parent(s): 4a6004b

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -4
.streamlit/config.toml CHANGED
@@ -1,6 +1,9 @@
1
  [theme]
2
- primaryColor = "#ff6b35"
 
3
  backgroundColor = "#ffffff"
4
- secondaryBackgroundColor = "#fbbf24"
5
- textColor = "#000000"
6
- font = "monospace"
 
 
 
1
  [theme]
2
+
3
+ primaryColor = "#2563eb"
4
  backgroundColor = "#ffffff"
5
+ secondaryBackgroundColor = "#f8fafc"
6
+ textColor = "#1f2937"
7
+ font = "monospace"
8
+
9
+