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,