From 95616e2d100b4b7d370d18a2bc75df230c7c4eb9 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 26 Nov 2020 10:42:10 -0400 Subject: [PATCH] fix: colors for chat links --- .../ChatColumn/MessageComponents/ChatReply.qml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml index 078bbab265..8cae6532cc 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml @@ -47,7 +47,21 @@ Loader { visible: repliedMessageType != Constants.imageType anchors.top: lblReplyAuthor.bottom anchors.topMargin: 5 - text: Emoji.parse(Utils.linkifyAndXSS(repliedMessageContent)); + text: ``+ + ``+ + ``+ + ``+ + ``+ + `${Emoji.parse(Utils.linkifyAndXSS(repliedMessageContent))}`+ + ``+ + `` textFormat: Text.RichText color: root.elementsColor readOnly: true