From 1f1a3acc0338d2dc721c13c7f08d2a92abf02670 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 21 Jul 2019 12:10:47 -0700 Subject: [PATCH] Fix styling notifications (#3404) --- src/dialogs/notifications/notification-drawer.js | 2 ++ 1 file changed, 2 insertions(+) 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 {