From 18ebd57e5a15725cd1f5d7dcf401cd343f72c08c Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 23 Jun 2019 15:10:48 +0800 Subject: [PATCH] Per-user color in reply. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index 8648ccd4a..de861132d 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -170,7 +170,7 @@ ColumnLayout { } background: Rectangle { - color: sentByMe ? MPalette.accent : MPalette.background + color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background radius: 18 AutoMouseArea {