Update theme.py
Browse files
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----------
|