Skip to content

Commit 38f780d

Browse files
fix(chip): set input chip leading-space to 12px
According to the design doc, leading padding should be 12dp rather than 16. Fixes: material-components#5784
1 parent 898e9c1 commit 38f780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/_md-comp-input-chip.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $_default: (
130130
$new-tokens: map.merge(
131131
shape.get-new-logical-shape-tokens($tokens, 'container-shape'),
132132
(
133-
'leading-space': if($exclude-hardcoded-values, null, 16px),
133+
'leading-space': if($exclude-hardcoded-values, null, 12px),
134134
'trailing-space': if($exclude-hardcoded-values, null, 16px),
135135
'icon-label-space': if($exclude-hardcoded-values, null, 8px),
136136
'with-leading-icon-leading-space':

0 commit comments

Comments
 (0)