Use context menu background for sticker reaction dropdown.
This commit is contained in:
parent
dc21491099
commit
9486c266b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue