Change the background colour in compact mode to achieve the same level of contrast as with bubbles.

This commit is contained in:
James Graham
2023-04-01 09:49:04 +01:00
parent a13b2e6bd2
commit e00ce79d26
2 changed files with 33 additions and 28 deletions

View File

@@ -42,6 +42,6 @@ QQC2.ItemDelegate {
background: Rectangle {
color: Config.blur ? "transparent" : Kirigami.Theme.backgroundColor
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Window
Kirigami.Theme.colorSet: Config.compactLayout ? Kirigami.Theme.View : Kirigami.Theme.Window
}
}