mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
Fixed text color in badges from giveaway message stickers.
This commit is contained in:
parent
3d8396e586
commit
15a834b883
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ void StickerWithBadgePart::paintBadge(
|
|||
void StickerWithBadgePart::validateBadge(
|
||||
const PaintContext &context) const {
|
||||
const auto stm = context.messageStyle();
|
||||
const auto &badgeFg = stm->historyFileRadialFg->c;
|
||||
const auto &badgeFg = st::premiumButtonFg->c;
|
||||
const auto &badgeBorder = stm->msgBg->c;
|
||||
if (!_badge.isNull()
|
||||
&& _badgeFg == badgeFg
|
||||
|
|
Loading…
Add table
Reference in a new issue