From c35a0929d79b685756e9b82841fe3006cde50709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ane=20GRASSER?= Date: Thu, 3 Apr 2025 15:05:20 +0200 Subject: [PATCH] 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/material-web#5784 --- tokens/_md-comp-input-chip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/_md-comp-input-chip.scss b/tokens/_md-comp-input-chip.scss index 0ad9c261f6..154f9ec720 100644 --- a/tokens/_md-comp-input-chip.scss +++ b/tokens/_md-comp-input-chip.scss @@ -130,7 +130,7 @@ $_default: ( $new-tokens: map.merge( shape.get-new-logical-shape-tokens($tokens, 'container-shape'), ( - 'leading-space': if($exclude-hardcoded-values, null, 16px), + 'leading-space': if($exclude-hardcoded-values, null, 12px), 'trailing-space': if($exclude-hardcoded-values, null, 16px), 'icon-label-space': if($exclude-hardcoded-values, null, 8px), 'with-leading-icon-leading-space':