We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12101d commit a48d06eCopy full SHA for a48d06e
packages/mdc-radio/_mixins.scss
@@ -154,8 +154,8 @@ $mdc-radio-ripple-target: ".mdc-radio__ripple";
154
155
&--touch {
156
@include mdc-touch-target-component(
157
- $component-height: $mdc-touch-target-height,
158
- $component-width: $mdc-touch-target-height,
+ $component-height: $mdc-radio-touch-area,
+ $component-width: $mdc-radio-touch-area,
159
$query: $query);
160
@include mdc-radio-touch-target($size: $mdc-touch-target-height, $query: $query);
161
}
0 commit comments