diff --git a/Telegram/SourceFiles/history/view/history_view_react_button.cpp b/Telegram/SourceFiles/history/view/history_view_react_button.cpp index bf65a328a..b23cc6164 100644 --- a/Telegram/SourceFiles/history/view/history_view_react_button.cpp +++ b/Telegram/SourceFiles/history/view/history_view_react_button.cpp @@ -571,7 +571,7 @@ void Manager::paintButton( QRect(QPoint(), geometry.size() * style::DevicePixelRatio())); } else { const auto background = (style == ButtonStyle::Service) - ? context.st->msgServiceFg()->c + ? context.st->windowBg()->c : context.st->messageStyle( (style == ButtonStyle::Outgoing), false