DigiP-AI commited on
Commit
280d303
·
verified ·
1 Parent(s): 64b8c83

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -55,9 +55,9 @@ theme = gr.themes.Ocean(
55
  button_primary_text_color='*primary_100',
56
  button_primary_text_color_hover='*primary_700',
57
  button_cancel_background_fill='*primary_500',
58
- button_cancel_background_fill_hover='*primary_400'
59
 
60
  loader_color="#FF0000",
61
- slider_color="#FF0000",
62
  )
63
  #----------End of theme----------
 
55
  button_primary_text_color='*primary_100',
56
  button_primary_text_color_hover='*primary_700',
57
  button_cancel_background_fill='*primary_500',
58
+ button_cancel_background_fill_hover='*primary_400',
59
 
60
  loader_color="#FF0000",
61
+ slider_color="#FF0000"
62
  )
63
  #----------End of theme----------