Fix background colour for tray window (should be base as we only show item views)

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-11-14 16:46:44 +08:00
parent f28df730c9
commit 2ab3af5954
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -64,7 +64,7 @@ ApplicationWindow {
radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
border.width: Style.trayWindowBorderWidth
border.color: palette.dark
color: palette.window
color: palette.base
}
Connections {