From 1bb396b2ea85a2ce48413e984ba133b3ffdbbe9c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 29 Mar 2017 17:02:03 +0200 Subject: make hoover color theme highlight color --- components/package/contents/ui/MailListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/package/contents') diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 25fecba6..e7db006b 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml @@ -185,7 +185,7 @@ Item { name: "hovered" when: mouseArea.containsMouse && !mouseArea.drag.active - PropertyChanges {target: background; color: Kirigami.Theme.buttonHoverColor; opacity: 0.7} + PropertyChanges {target: background; color: KubeTheme.Colors.highlightColor; opacity: 0.7} PropertyChanges {target: subject; color: KubeTheme.Colors.highlightedTextColor} PropertyChanges {target: sender; color: KubeTheme.Colors.highlightedTextColor} PropertyChanges {target: date; color: KubeTheme.Colors.highlightedTextColor} -- cgit v1.2.3