Use context menu background for sticker reaction dropdown.

This commit is contained in:
John Preston 2021-12-30 23:36:52 +03:00
parent dc21491099
commit 9486c266b5
1 changed files with 1 additions and 1 deletions

View File

@ -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