diff --git a/NotifyModule/NotificationHistoryView.qml b/NotifyModule/NotificationHistoryView.qml index a28fb3e..9e97bbe 100644 --- a/NotifyModule/NotificationHistoryView.qml +++ b/NotifyModule/NotificationHistoryView.qml @@ -8,6 +8,10 @@ Dialog { readonly property var historyModel: notificationService.history + background: Rectangle { + color: Material.background + } + header: ToolBar { id: toolbar