mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Change dropdown menu highlight color
This commit is contained in:
parent
2d766d2e19
commit
5e023ae64d
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user