taskpanel: Ensure window color group is used, not header

It seems we had this set to the header color group for the longest time, which didn't actually work (it defaulted to the window color group). It appears to have been fixed, and so the issue surfaced.
This commit is contained in:
Devin Lin 2022-02-16 21:20:55 -05:00
parent f8a7c1e4e3
commit 2fa24cd0e2

View file

@ -24,7 +24,7 @@ PlasmaCore.ColorScope {
width: 360
// contrasting colour
colorGroup: !plasmoid.nativeInterface.allMinimized ? PlasmaCore.Theme.HeaderColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
colorGroup: !plasmoid.nativeInterface.allMinimized ? PlasmaCore.Theme.NormalColorGroup : PlasmaCore.Theme.ComplementaryColorGroup
readonly property color backgroundColor: PlasmaCore.ColorScope.backgroundColor