changed clear button hover color

#1
by WellItsPaul - opened
Files changed (1) hide show
  1. theme.py +2 -0
theme.py CHANGED
@@ -28,6 +28,8 @@ class CustomTheme(Soft):
28
  button_primary_text_color=white,
29
  button_secondary_background_fill=grau_light,
30
  button_secondary_background_fill_dark=grau,
 
 
31
  button_secondary_text_color=white,
32
  button_secondary_border_color=white,
33
  block_background_fill=grau,
 
28
  button_primary_text_color=white,
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,