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 57459a5 commit e488100Copy full SHA for e488100
src/material-experimental/mdc-paginator/_paginator-theme.scss
@@ -48,10 +48,15 @@
48
49
@mixin mat-mdc-paginator-typography($config-or-theme) {
50
$config: mat-get-typography-config($config-or-theme);
51
- .mat-mdc-paginator {
52
- @include mat-using-mdc-typography($config) {
+
+ @include mat-using-mdc-typography($config) {
53
+ .mat-mdc-paginator {
54
@include mdc-typography(caption, $query: $mat-typography-styles-query);
55
}
56
57
+ .mat-mdc-paginator .mat-mdc-select-value {
58
+ font-size: mat-font-size($config, caption);
59
+ }
60
61
62
0 commit comments