From 6b0d3100decc501c7aeee3c2fac09a06086b0d3c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 23 Aug 2017 09:12:48 +0200 Subject: use theme color --- framework/qml/People.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/qml/People.qml b/framework/qml/People.qml index 472ba968..3c27845a 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml @@ -262,7 +262,7 @@ FocusScope { visible: contactController.imageData == "" iconName: Kube.Icons.user } - color: "lightgrey" + color: Kube.Colors.buttonColor } Kube.Heading { @@ -303,7 +303,7 @@ FocusScope { width: Kube.Units.gridUnit * 10 border.width: 1 - border.color: "lightgrey" + border.color: Kube.Colors.buttonColor Rectangle { id: av @@ -311,7 +311,7 @@ FocusScope { height: parent.height width: height - color: "lightgrey" + color: Kube.Colors.buttonColor } Kube.Label { -- cgit v1.2.3