From 55351a0eb67515df7b8849c3feeab540d5ee613c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 9 Jan 2026 04:41:39 +0300 Subject: [PATCH] update design dev_screen --- themes/day.py | 4 ++-- themes/night.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;