Fix Full Calendar Background color (#10373)

This commit is contained in:
Zack Barett 2021-10-25 08:23:55 -05:00 committed by GitHub
parent 3e8a6c418c
commit 9bcd26ce57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,6 +371,10 @@ export class HAFullCalendar extends LitElement {
);
--fc-theme-standard-border-color: var(--divider-color);
--fc-border-color: var(--divider-color);
--fc-page-bg-color: var(
--ha-card-background,
var(--card-background-color, white)
);
}
a {