From 691a982fa0a678376a12d7bb09df8c94a19e3e2b Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 13 Jun 2019 21:11:56 +0800 Subject: [PATCH] Per-user bubble background. --- 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 8671a6197..8648ccd4a 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -74,7 +74,7 @@ ColumnLayout { id: bubbleBackground - color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent + color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : author.color radius: 18 topLeftVisible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2)