2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix colors for colorized stories reactions.

This commit is contained in:
John Preston
2023-08-08 15:46:54 +02:00
parent e6ad367c55
commit 2dfaf27884
5 changed files with 13 additions and 4 deletions

View File

@@ -354,6 +354,7 @@ struct IconSelector {
&owner->reactions(),
std::move(args),
[=] { state->animation->repaint(); },
[] { return st::windowFg->c; },
Data::CustomEmojiSizeTag::Large);
}
state->iconId = id;