summaryrefslogtreecommitdiffstats
path: root/framework/qml/People.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 09:12:48 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-23 09:12:48 +0200
commit6b0d3100decc501c7aeee3c2fac09a06086b0d3c (patch)
treefd70cc87aa674633d2d4a0efd1da69fb63773724 /framework/qml/People.qml
parentea54a6077bd0680b4af9eb804c0a7ff7d837f34a (diff)
downloadkube-6b0d3100decc501c7aeee3c2fac09a06086b0d3c.tar.gz
kube-6b0d3100decc501c7aeee3c2fac09a06086b0d3c.zip
use theme color
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r--framework/qml/People.qml6
1 files 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 {
262 visible: contactController.imageData == "" 262 visible: contactController.imageData == ""
263 iconName: Kube.Icons.user 263 iconName: Kube.Icons.user
264 } 264 }
265 color: "lightgrey" 265 color: Kube.Colors.buttonColor
266 } 266 }
267 267
268 Kube.Heading { 268 Kube.Heading {
@@ -303,7 +303,7 @@ FocusScope {
303 width: Kube.Units.gridUnit * 10 303 width: Kube.Units.gridUnit * 10
304 304
305 border.width: 1 305 border.width: 1
306 border.color: "lightgrey" 306 border.color: Kube.Colors.buttonColor
307 307
308 Rectangle { 308 Rectangle {
309 id: av 309 id: av
@@ -311,7 +311,7 @@ FocusScope {
311 height: parent.height 311 height: parent.height
312 width: height 312 width: height
313 313
314 color: "lightgrey" 314 color: Kube.Colors.buttonColor
315 } 315 }
316 316
317 Kube.Label { 317 Kube.Label {