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)