diff --git a/modules/ui.py b/modules/ui.py index ad1d5df4..0e9ebe02 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -35,7 +35,8 @@ theme = gr.themes.Default( border_color_primary='#c5c5d2', button_large_padding='6px 12px', body_text_color_subdued='#484848', - background_fill_secondary='#eaeaea' + background_fill_secondary='#eaeaea', + background_fill_primary='#fafafa', ) if Path("notification.mp3").exists():