From b15631339a4edc1fb874282a019c436b58550921 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 9 Jan 2026 04:51:32 +0300 Subject: [PATCH] update design dev_screen --- themes/day.py | 1 + themes/night.py | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/day.py b/themes/day.py index 41c775c..50e6d9a 100644 --- a/themes/day.py +++ b/themes/day.py @@ -1,6 +1,7 @@ THEME_DAY = """ QWidget { background: #F4F6F8; color: #111827; } #TopBar, #BottomBar { background: #FFFFFF; } +#TopBar QLabel { background: transparent; } #Divider { background: #E5E7EB; } #MenuButton, #SettingsButton { diff --git a/themes/night.py b/themes/night.py index 61cc3ae..9f154ce 100644 --- a/themes/night.py +++ b/themes/night.py @@ -1,6 +1,7 @@ THEME_NIGHT = """ QWidget { background: #0B0E11; color: #E6EAF0; } #TopBar, #BottomBar { background: #0F1318; } +#TopBar QLabel { background: transparent; } #Divider { background: #1B2330; } #MenuButton, #SettingsButton {