Skip to content

Commit b71b516

Browse files
committed
fix(material/paginator): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 89d5790 commit b71b516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material/paginator/_paginator-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import '../core/theming/palette';
22
@import '../core/theming/theming';
3+
@import '../core/typography/typography';
34
@import '../core/typography/typography-utils';
45
@import '../core/density/private/compatibility';
56
@import './paginator-variables';
@@ -40,6 +41,7 @@
4041
}
4142

4243
@mixin mat-paginator-typography($config-or-theme) {
44+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
4345
$config: mat-get-typography-config($config-or-theme);
4446
.mat-paginator,
4547
.mat-paginator-page-size .mat-select-trigger {

0 commit comments

Comments
 (0)