Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 660092f

Browse files
authored
Merge pull request #14 from eksrvb/bugfix/month-dialog-background-color
bugfix month dialog colors
2 parents 8621897 + d9c3153 commit 660092f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/material-calendar/calendar-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
.mdc-body-today {
1515
border: 1px solid mat-color($foreground, secondary-text);
1616
}
17+
18+
.mdc-month {
19+
background-color: mat-color($background, dialog);
20+
}
1721

1822
.mdc-switches svg {
1923
fill: mat-color($foreground, base);

0 commit comments

Comments
 (0)