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 c57a2a7Copy full SHA for c57a2a7
src/material/slider/_slider-theme.scss
@@ -1,5 +1,6 @@
1
@import '../core/theming/palette';
2
@import '../core/theming/theming';
3
+@import '../core/typography/typography';
4
@import '../core/typography/typography-utils';
5
6
@mixin _mat-slider-inner-content-theme($palette) {
@@ -164,6 +165,7 @@
164
165
}
166
167
@mixin mat-slider-typography($config-or-theme) {
168
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
169
$config: mat-get-typography-config($config-or-theme);
170
.mat-slider-thumb-label-text {
171
font: {
0 commit comments