diff --git a/themes/day.py b/themes/day.py index e3a8e82..4271294 100644 --- a/themes/day.py +++ b/themes/day.py @@ -206,8 +206,8 @@ QMenu::item:selected { background: #F3F4F6; } border-radius: 16px; border: 1px solid #E5E7EB; } -#ConfirmTitle { color: #111827; } -#ConfirmMessage { color: rgba(107,114,128,0.95); } +#ConfirmTitle { color: #111827; background: transparent; } +#ConfirmMessage { color: rgba(107,114,128,0.95); background: transparent; } #ConfirmCancel { background: #FFFFFF; color: #111827; diff --git a/themes/night.py b/themes/night.py index 1f18fe5..4d17acf 100644 --- a/themes/night.py +++ b/themes/night.py @@ -190,8 +190,8 @@ QMenu::item:selected { background: #1B2330; } background: #141A22; border-radius: 16px; } -#ConfirmTitle { color: #E6EAF0; } -#ConfirmMessage { color: rgba(138,147,166,0.95); } +#ConfirmTitle { color: #E6EAF0; background: transparent; } +#ConfirmMessage { color: rgba(138,147,166,0.95); background: transparent; } #ConfirmCancel { background: #141A22; color: #E6EAF0;