From fdb424e65e580c21df8e7f4d65bead0356fe26de Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 26 Aug 2022 21:22:36 +0200 Subject: [PATCH] Improve contrast of new notification background This is required to be accessible Signed-off-by: Carl Schwan --- imports/NeoChat/Page/RoomListPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 60a08f9fc..748110bcd 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -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 } }