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 committed by backportbot[bot]
parent 8f2ef85698
commit 7d9d9aaaa4

View file

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