Use palette.window as header background color.
authorCamila Ayres <hello@camilasan.com>
Thu, 12 Sep 2024 14:01:10 +0000 (16:01 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/Window.qml

index f5643995619df20e84f99a724e2f99032308af79..df7fc5de68d23aa245a0b7c0cc6ac60d0ebb03e1 100644 (file)
@@ -243,7 +243,7 @@ ApplicationWindow {
             anchors.right:  trayWindowMainItem.right\r
             anchors.top:    trayWindowMainItem.top\r
             height:         Style.trayWindowHeaderHeight\r
-            color:          Style.currentUserHeaderColor\r
+            color:          palette.window\r
 \r
             RowLayout {\r
                 id: trayWindowHeaderLayout\r