Maryam Ilka commited on
Commit
3eac3ef
·
verified ·
1 Parent(s): 8cf4881

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ st.markdown("""
78
  .stNumberInput input:focus,
79
  .stSelectbox select:focus,
80
  .stTextArea textarea:focus {
81
- border-color: var(--primary) !important;
82
  box-shadow: 0 0 0 2px rgba(106, 13, 173, 0.2) !important;
83
  }
84
 
 
78
  .stNumberInput input:focus,
79
  .stSelectbox select:focus,
80
  .stTextArea textarea:focus {
81
+ border-color: var(--text) !important;
82
  box-shadow: 0 0 0 2px rgba(106, 13, 173, 0.2) !important;
83
  }
84