ctgadget commited on
Commit
27cb7b6
·
1 Parent(s): 735b1c8

updating icon color in index page to green.

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -22,7 +22,7 @@ with st.sidebar:
22
  orientation="vertical",
23
  styles={
24
  "container": {"padding": "5!important", "background-color": "#fafafa"},
25
- "icon": {"color": "orange", "font-size": "25px"},
26
  "nav-link": {
27
  "font-size": "16px",
28
  "text-align": "left",
 
22
  orientation="vertical",
23
  styles={
24
  "container": {"padding": "5!important", "background-color": "#fafafa"},
25
+ "icon": {"color": "green", "font-size": "25px"},
26
  "nav-link": {
27
  "font-size": "16px",
28
  "text-align": "left",