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

fix: force primary button text to white via theme vars

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -194,6 +194,12 @@ body {
194
  font-family: 'Inter', sans-serif !important;
195
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%) !important;
196
  max-width: 1200px !important;
 
 
 
 
 
 
197
  }
198
 
199
  /* Title & Header */
 
194
  font-family: 'Inter', sans-serif !important;
195
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%) !important;
196
  max-width: 1200px !important;
197
+ --button-primary-text-color: #ffffff;
198
+ --button-primary-text-color-hover: #ffffff;
199
+ --button-primary-text-color-active: #ffffff;
200
+ --button-primary-background-fill: #6366f1;
201
+ --button-primary-background-fill-hover: #4f46e5;
202
+ --button-primary-border-color: #6366f1;
203
  }
204
 
205
  /* Title & Header */