We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7a69c commit 1762da8Copy full SHA for 1762da8
src/material/datepicker/_datepicker-theme.scss
@@ -78,14 +78,11 @@ $calendar-weekday-table-font-size: 11px !default;
78
color: theming.get-color-from-palette($foreground, icon);
79
}
80
81
- .mat-calendar-table-header {
82
- color: theming.get-color-from-palette($foreground, hint-text);
83
- }
84
-
85
.mat-calendar-table-header-divider::after {
86
background: theming.get-color-from-palette($foreground, divider);
87
88
+ .mat-calendar-table-header,
89
.mat-calendar-body-label {
90
color: theming.get-color-from-palette($foreground, secondary-text);
91
0 commit comments