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 89d5790 commit f309aa6Copy full SHA for f309aa6
src/material/datepicker/_datepicker-theme.scss
@@ -1,6 +1,7 @@
1
@import '../core/style/private';
2
@import '../core/theming/palette';
3
@import '../core/theming/theming';
4
+@import '../core/typography/typography';
5
@import '../core/typography/typography-utils';
6
7
@@ -179,6 +180,7 @@ $mat-calendar-weekday-table-font-size: 11px !default;
179
180
}
181
182
@mixin mat-datepicker-typography($config-or-theme) {
183
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
184
$config: mat-get-typography-config($config-or-theme);
185
.mat-calendar {
186
font-family: mat-font-family($config);
0 commit comments