Skip to content

Commit e488100

Browse files
committed
fix(material-experimental/mdc-paginator): use caption typography for
select
1 parent 57459a5 commit e488100

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/material-experimental/mdc-paginator/_paginator-theme.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@
4848

4949
@mixin mat-mdc-paginator-typography($config-or-theme) {
5050
$config: mat-get-typography-config($config-or-theme);
51-
.mat-mdc-paginator {
52-
@include mat-using-mdc-typography($config) {
51+
52+
@include mat-using-mdc-typography($config) {
53+
.mat-mdc-paginator {
5354
@include mdc-typography(caption, $query: $mat-typography-styles-query);
5455
}
56+
57+
.mat-mdc-paginator .mat-mdc-select-value {
58+
font-size: mat-font-size($config, caption);
59+
}
5560
}
5661
}
5762

0 commit comments

Comments
 (0)