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 a7d3dc4Copy full SHA for a7d3dc4
src/material/slide-toggle/_slide-toggle-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
@mixin _mat-slide-toggle-checked($palette, $thumb-checked-hue) {
@@ -73,6 +74,7 @@
73
74
}
75
76
@mixin mat-slide-toggle-typography($config-or-theme) {
77
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
78
$config: mat-get-typography-config($config-or-theme);
79
.mat-slide-toggle-content {
80
font-family: mat-font-family($config);
0 commit comments