diff --git a/src/dialogs/notifications/notification-drawer.js b/src/dialogs/notifications/notification-drawer.js index 2b574b13d9..614c752487 100644 --- a/src/dialogs/notifications/notification-drawer.js +++ b/src/dialogs/notifications/notification-drawer.js @@ -36,6 +36,8 @@ export class HuiNotificationDrawer extends EventsMixin( padding-top: 16px; height: calc(100% - 65px); box-sizing: border-box; + background-color: var(--primary-background-color); + color: var(--primary-text-color); } .notification {