Fixed secondary button

#2
by WellItsPaul - opened
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -29,7 +29,7 @@ class CustomTheme(Soft):
29
  button_secondary_background_fill=grau_light,
30
  button_secondary_background_fill_dark=grau,
31
  button_secondary_background_fill_hover=red,
32
- button_secondary_background_fill_dark_hover=red,
33
  button_secondary_text_color=white,
34
  button_secondary_border_color=white,
35
  block_background_fill=grau,
 
29
  button_secondary_background_fill=grau_light,
30
  button_secondary_background_fill_dark=grau,
31
  button_secondary_background_fill_hover=red,
32
+ button_secondary_background_fill_hover_dark=red,
33
  button_secondary_text_color=white,
34
  button_secondary_border_color=white,
35
  block_background_fill=grau,