From ade97fd2d23e67a83d2587d76feff83b8486485b Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 31 Oct 2023 13:00:03 +0400 Subject: [PATCH] Fix unwrapped reply to monospace. --- Telegram/SourceFiles/ui/chat/chat.style | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index 0f1e19cde..70018cad1 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -146,6 +146,7 @@ outReplyTextPaletteSelected: TextPalette(outTextPaletteSelected) { } imgReplyTextPalette: TextPalette(defaultTextPalette) { linkFg: msgImgReplyBarColor; + monoFg: msgImgReplyBarColor; } inSemiboldPalette: TextPalette(inTextPalette) { linkFg: msgInServiceFg;