Fix color diferenciation between highlight and unread pills

Fix: #87
This commit is contained in:
Carl Schwan
2020-11-27 22:03:33 +01:00
parent f75035adc8
commit 6bb3821039

View File

@@ -177,7 +177,7 @@ Kirigami.ScrollablePage {
horizontalAlignment: Text.AlignHCenter
background: Rectangle {
Kirigami.Theme.colorSet: Kirigami.Theme.Button
color: highlightCount > 0 ? Kirigami.Theme.negativeTextColor : Kirigami.Theme.backgroundColor
color: highlightCount > 0 ? Kirigami.Theme.positiveTextColor : Kirigami.Theme.backgroundColor
radius: height / 2
}
}