Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -1
.streamlit/config.toml
CHANGED
@@ -18,4 +18,5 @@ url="app/static/NotoSansMono-VariableFont_wdth,wght.ttf"
|
|
18 |
[theme]
|
19 |
font="montserrat-sans, noto-sans, sans-serif"
|
20 |
codeFont="noto-mono, monospace"
|
21 |
-
baseFontSize=16
|
|
|
|
18 |
[theme]
|
19 |
font="montserrat-sans, noto-sans, sans-serif"
|
20 |
codeFont="noto-mono, monospace"
|
21 |
+
baseFontSize=16
|
22 |
+
primaryColor="#28a745"
|