ZhouChuYue commited on
Commit
3c5e8ae
·
1 Parent(s): 26ddaed

fix: force primary button text to white

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -331,8 +331,14 @@ ul.options, .gr-dropdown-options {
331
  font-weight: 600 !important;
332
  box-shadow: 0 6px 14px rgba(79, 70, 229, 0.25) !important;
333
  }
334
- .gr-button-primary * {
 
 
 
 
335
  color: #ffffff !important;
 
 
336
  }
337
 
338
  .gr-button-secondary {
 
331
  font-weight: 600 !important;
332
  box-shadow: 0 6px 14px rgba(79, 70, 229, 0.25) !important;
333
  }
334
+ .gr-button-primary,
335
+ .gr-button-primary span,
336
+ .gr-button-primary p,
337
+ .gr-button-primary .label,
338
+ .gr-button-primary svg {
339
  color: #ffffff !important;
340
+ -webkit-text-fill-color: #ffffff !important;
341
+ fill: #ffffff !important;
342
  }
343
 
344
  .gr-button-secondary {