diff --git a/qml/components/UserGridDelegate.qml b/qml/components/UserGridDelegate.qml index e917bde..ef94996 100644 --- a/qml/components/UserGridDelegate.qml +++ b/qml/components/UserGridDelegate.qml @@ -10,6 +10,7 @@ GridItem { anchors.fill: parent source: root.image ? root.image : "image://theme/icon-m-contact?" + ((root.highlighted || root.down) ? Theme.highlightColor : Theme.primaryColor) fillMode: Image.PreserveAspectCrop + clip: true } Rectangle { anchors.fill: parent