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 28d3809Copy full SHA for 28d3809
src/material/radio/_radio-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-radio-color($palette) {
@@ -68,6 +69,7 @@
68
69
}
70
71
@mixin mat-radio-typography($config-or-theme) {
72
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
73
$config: mat-get-typography-config($config-or-theme);
74
.mat-radio-button {
75
font-family: mat-font-family($config);
0 commit comments