From 4942154a9c125ccad82de9b5b36bb93e8d98e2ce Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 10 Sep 2022 07:23:00 +0400 Subject: [PATCH] Make loading emoji set icons look nicer. --- Telegram/SourceFiles/chat_helpers/stickers_list_footer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/chat_helpers/stickers_list_footer.cpp b/Telegram/SourceFiles/chat_helpers/stickers_list_footer.cpp index 05eb91736..3bd9a15ae 100644 --- a/Telegram/SourceFiles/chat_helpers/stickers_list_footer.cpp +++ b/Telegram/SourceFiles/chat_helpers/stickers_list_footer.cpp @@ -1250,7 +1250,7 @@ void StickersListFooter::paintSetIcon( const auto y = _iconsTop + (st().footer - icon.pixh) / 2; if (icon.custom) { icon.custom->paint(p, Ui::Text::CustomEmoji::Context{ - .preview = st::emojiIconFg->c, + .preview = st::windowBgRipple->c, .size = QSize(icon.pixw, icon.pixh), .now = now, .scale = context.progress,