BijoVarghese commited on
Commit
cb01956
·
verified ·
1 Parent(s): d9d3003

Update primary button colour

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -339,8 +339,8 @@ THEME = gr.themes.Soft(primary_hue="emerald").set(
339
  # We use a neutral hue like 'gray' to avoid conflicts, but then
340
  # override the specific color variables.
341
  body_background_fill="#FFFFFF",
342
- button_primary_background_fill="#495A58", # Primary color for solid buttons
343
- button_primary_background_fill_hover="#384543", # A slightly darker hover color
344
  border_color_accent="#495A58", # Used for active/selected borders (e.g., checkbox)
345
  # The default primary_hue still sets many variables, so we override the key ones
346
 
 
339
  # We use a neutral hue like 'gray' to avoid conflicts, but then
340
  # override the specific color variables.
341
  body_background_fill="#FFFFFF",
342
+ button_primary_background_fill="#038c15", # Primary color for solid buttons
343
+ button_primary_background_fill_hover="#055910", # A slightly darker hover color
344
  border_color_accent="#495A58", # Used for active/selected borders (e.g., checkbox)
345
  # The default primary_hue still sets many variables, so we override the key ones
346