diff options
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 6 |
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 { |