From c0c330a1503221304f09ffbf6447eb372af163af Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 1 Mar 2024 04:55:20 +0300 Subject: [PATCH] Fixed bubble color under strip of emoji pad for reactions. --- Telegram/SourceFiles/chat_helpers/chat_helpers.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/chat_helpers/chat_helpers.style b/Telegram/SourceFiles/chat_helpers/chat_helpers.style index a39019a93..a622c37ea 100644 --- a/Telegram/SourceFiles/chat_helpers/chat_helpers.style +++ b/Telegram/SourceFiles/chat_helpers/chat_helpers.style @@ -608,7 +608,7 @@ defaultComposeIcons: ComposeIcons { stripBubble: icon{ { "chat/reactions_bubble_shadow", windowShadowFg }, - { "chat/reactions_bubble", windowBg }, + { "chat/reactions_bubble", emojiPanBg }, }; stripExpandPanel: icon{ { "chat/reactions_round_big", windowBgRipple },