mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix styling notifications (#3404)
This commit is contained in:
parent
d09cf9c8ab
commit
1f1a3acc03
@ -36,6 +36,8 @@ export class HuiNotificationDrawer extends EventsMixin(
|
|||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
height: calc(100% - 65px);
|
height: calc(100% - 65px);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background-color: var(--primary-background-color);
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user