Skip to content

Commit a48d06e

Browse files
authored
fix(radio): Fix touch target margins: 0px => 4px. (material-components#5096)
1 parent a12101d commit a48d06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdc-radio/_mixins.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ $mdc-radio-ripple-target: ".mdc-radio__ripple";
154154

155155
&--touch {
156156
@include mdc-touch-target-component(
157-
$component-height: $mdc-touch-target-height,
158-
$component-width: $mdc-touch-target-height,
157+
$component-height: $mdc-radio-touch-area,
158+
$component-width: $mdc-radio-touch-area,
159159
$query: $query);
160160
@include mdc-radio-touch-target($size: $mdc-touch-target-height, $query: $query);
161161
}

0 commit comments

Comments
 (0)