Improve contrast of new notification background

This is required to be accessible

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-08-26 21:22:36 +02:00
parent 8cd0b12c4a
commit fdb424e65e

View File

@@ -348,6 +348,7 @@ Kirigami.ScrollablePage {
visible: notificationCount > 0
Kirigami.Theme.colorSet: Kirigami.Theme.Button
color: highlightCount > 0 ? Kirigami.Theme.positiveTextColor : Kirigami.Theme.disabledTextColor
opacity: highlightCount > 0 ? 1 : 0.3
radius: height / 2
}
}