Change dropdown menu highlight color
This commit is contained in:
parent
2d766d2e19
commit
5e023ae64d
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ theme = gr.themes.Default(
|
||||||
).set(
|
).set(
|
||||||
border_color_primary='#c5c5d2',
|
border_color_primary='#c5c5d2',
|
||||||
button_large_padding='6px 12px',
|
button_large_padding='6px 12px',
|
||||||
body_text_color_subdued='#484848'
|
body_text_color_subdued='#484848',
|
||||||
|
background_fill_secondary='#eaeaea'
|
||||||
)
|
)
|
||||||
|
|
||||||
def list_model_elements():
|
def list_model_elements():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue