Skip to content

Commit

Permalink
Fix styling notifications (home-assistant#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jul 21, 2019
1 parent d09cf9c commit 1f1a3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/notifications/notification-drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f1a3ac

Please sign in to comment.