From 5e023ae64d1cdbabffd9c2c50359fc82c0665ab5 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:47:18 -0300 Subject: [PATCH] Change dropdown menu highlight color --- modules/ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index d84cbac..5db36b3 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -21,7 +21,8 @@ theme = gr.themes.Default( ).set( border_color_primary='#c5c5d2', button_large_padding='6px 12px', - body_text_color_subdued='#484848' + body_text_color_subdued='#484848', + background_fill_secondary='#eaeaea' ) def list_model_elements():