Use palette.window as header background color.

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres 2024-09-12 16:01:10 +02:00
parent 16986c2233
commit 9e8fa84787
No known key found for this signature in database
GPG key ID: 7A4A6121E88E2AD4

View file

@ -243,7 +243,7 @@ ApplicationWindow {
anchors.right: trayWindowMainItem.right anchors.right: trayWindowMainItem.right
anchors.top: trayWindowMainItem.top anchors.top: trayWindowMainItem.top
height: Style.trayWindowHeaderHeight height: Style.trayWindowHeaderHeight
color: Style.currentUserHeaderColor color: palette.window
RowLayout { RowLayout {
id: trayWindowHeaderLayout id: trayWindowHeaderLayout