diff --git a/gui/src/widgets/popupwidget.cpp b/gui/src/widgets/popupwidget.cpp index 39b0442a23..d7b3bb9442 100644 --- a/gui/src/widgets/popupwidget.cpp +++ b/gui/src/widgets/popupwidget.cpp @@ -45,6 +45,7 @@ PopupWidget::~PopupWidget() void PopupWidget::initUI() { + Style::setBackgroundColor(this, json::theme::background_primary); this->setObjectName("PopupWidget"); this->resize(500, 300); auto verticalLayout = new QVBoxLayout(this);