Change dropdown menu highlight color

This commit is contained in:
oobabooga 2023-04-21 02:47:18 -03:00
parent 2d766d2e19
commit 5e023ae64d

View file

@ -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():