James McCool commited on
Commit
fefb3f9
·
1 Parent(s): 1ff5983

Refine radio button border styling: Reduce border thickness

Browse files

Adjusted the radio button CSS border from 2px to 0.5px, creating a subtler border definition while maintaining the existing styling approach.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ st.markdown("""
59
  gap: 1px;
60
  font-weight: bold;
61
  transition: all 0.3s ease;
62
- border: 2px solid black;
63
  }
64
 
65
  .stRadio [tabindex="0"] {
 
59
  gap: 1px;
60
  font-weight: bold;
61
  transition: all 0.3s ease;
62
+ border: .5px solid black;
63
  }
64
 
65
  .stRadio [tabindex="0"] {