From 84bf716f9499bfe9288b1d13bb512e6e9c0e2627 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 3 Feb 2023 20:51:13 +0400 Subject: [PATCH] Improve colors in tabbed search field. --- Telegram/SourceFiles/chat_helpers/chat_helpers.style | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/chat_helpers/chat_helpers.style b/Telegram/SourceFiles/chat_helpers/chat_helpers.style index f45b43a8e0..c1f9668169 100644 --- a/Telegram/SourceFiles/chat_helpers/chat_helpers.style +++ b/Telegram/SourceFiles/chat_helpers/chat_helpers.style @@ -198,11 +198,11 @@ emojiPanRadius: 8px; defaultTabbedSearch: TabbedSearch { outer: emojiPanBg; - bg: emojiPanCategories; + bg: emojiPanHover; fg: emojiIconFg; fgActive: emojiSubIconFgActive; - fadeLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanCategories }}; - fadeRight: icon {{ "fade_horizontal", emojiPanCategories }}; + fadeLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanHover }}; + fadeRight: icon {{ "fade_horizontal", emojiPanHover }}; field: InputField(defaultMultiSelectSearchField) { textMargins: margins(2px, 7px, 2px, 0px); }