Skip to content

Commit 51bf26e

Browse files
mmalerbajelbourn
authored andcommitted
fix(datepicker): use theme foreground color (#5290)
1 parent 17cc4a1 commit 51bf26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/datepicker/_datepicker-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $mat-calendar-weekday-table-font-size: 11px !default;
1818

1919
.mat-datepicker-content {
2020
background-color: mat-color($background, card);
21+
color: mat-color($foreground, text);
2122
}
2223

2324
.mat-calendar-arrow {

0 commit comments

Comments
 (0)