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 {