fix(reply): Fix link color

Closes: #5900
This commit is contained in:
Boris Melnik 2022-05-30 14:20:21 +03:00
parent ed39690071
commit 50a88eb83c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ QtObject {
function getReplyMessageStyle(msg, isCurrentUser) {
return `<style type="text/css">`+
`a {`+
`color: ${isCurrentUser? Style.current.white : Style.current.textColor};`+
`color: ${Style.current.textColor};`+
`}`+
`a.mention {`+
`color: ${isCurrentUser ? Style.current.mentionColor : Style.current.turquoise};`+