ZhouChuYue commited on
Commit
2f9bb62
·
1 Parent(s): 7f3c648

fix: make selected radio dot black-filled

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -370,7 +370,7 @@ ul.options, .gr-dropdown-options {
370
 
371
  fieldset label.selected input[type="radio"] {
372
  accent-color: #111827 !important;
373
- background-color: #ffffff !important;
374
  border: 1px solid #111827 !important;
375
  }
376
 
 
370
 
371
  fieldset label.selected input[type="radio"] {
372
  accent-color: #111827 !important;
373
+ background-color: #111827 !important;
374
  border: 1px solid #111827 !important;
375
  }
376