mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
4fa5d3440a
commit
62f9237aec
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue