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 e95edad commit 5a28f00Copy full SHA for 5a28f00
src/material-experimental/mdc-radio/_radio-theme.scss
@@ -1,4 +1,5 @@
1
@import '../mdc-helpers/mdc-helpers';
2
+@import '@material/form-field/mixins.import';
3
@import '@material/radio/mixins';
4
@import '@material/radio/variables';
5
@import '@material/theme/functions.import';
@@ -43,6 +44,7 @@
43
44
$config: mat-get-typography-config($config-or-theme);
45
@include mat-using-mdc-typography($config) {
46
@include mdc-radio-without-ripple($query: $mat-typography-styles-query);
47
+ @include mdc-form-field-core-styles($query: $mat-typography-styles-query);
48
}
49
50
0 commit comments