From 7453740335ab416a93b1b198bf48e49b0eea548c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 20 Mar 2017 10:14:22 +0100 Subject: change notificaiton color --- components/package/contents/ui/Notification.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components') diff --git a/components/package/contents/ui/Notification.qml b/components/package/contents/ui/Notification.qml index 21a6490c..51f06512 100644 --- a/components/package/contents/ui/Notification.qml +++ b/components/package/contents/ui/Notification.qml @@ -23,7 +23,7 @@ MouseArea { function notify(text) { popup.title = text - bg.color = Kirigami.Theme.highlightColor + bg.color = Kirigami.Theme.textColor show() } @@ -56,7 +56,10 @@ MouseArea { Rectangle { id: bg + anchors.fill: parent + + opacity: 0.6 } Label { -- cgit v1.2.3