taskswitcher: Fix task close icon colour in light mode

Breeze changed the icon for the "close" button to be a plain X, instead
of having a red background. Ensure that we use the complementary colour
scheme.
This commit is contained in:
Devin Lin 2025-06-11 00:22:38 -04:00
parent 4fa5d3440a
commit 62f9237aec

View file

@ -159,6 +159,10 @@ Item {
// header
RowLayout {
id: appHeader
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
Layout.fillWidth: true
Layout.fillHeight: true
Layout.minimumHeight: column.height - appView.height