From 7da342e629f2ae23132f457e3cc48ee6efde9719 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 3 Apr 2021 00:03:55 +0200 Subject: [PATCH] Align avatar background colors in Timeline and UserDetailDialog Fixes #160 --- imports/NeoChat/Dialog/UserDetailDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Dialog/UserDetailDialog.qml b/imports/NeoChat/Dialog/UserDetailDialog.qml index be5c7fb25..362f07f20 100644 --- a/imports/NeoChat/Dialog/UserDetailDialog.qml +++ b/imports/NeoChat/Dialog/UserDetailDialog.qml @@ -54,6 +54,7 @@ Kirigami.OverlaySheet { name: displayName source: avatarMediaId ? ("image://mxc/" + avatarMediaId) : "" + color: user.color MouseArea { anchors.fill: parent