From bcebce5d9e7fb9eccf7b19850e3f7d95347d3b4d Mon Sep 17 00:00:00 2001 From: m-nti <117906965+m-nti@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:45:33 +0100 Subject: [PATCH] feat: updates ItemSpacings to have different values per size (#769) * feat: updates ItemSpacings to have different values per size * remove configuration --------- Co-authored-by: larserbach Co-authored-by: Christian Hoffmann <112889877+ChristianHoffmannS2@users.noreply.github.com> --- packages/figma-design-tokens/input/tokens/dimensions/CMP.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/figma-design-tokens/input/tokens/dimensions/CMP.json b/packages/figma-design-tokens/input/tokens/dimensions/CMP.json index e538485d7..d756bb6bc 100644 --- a/packages/figma-design-tokens/input/tokens/dimensions/CMP.json +++ b/packages/figma-design-tokens/input/tokens/dimensions/CMP.json @@ -3154,12 +3154,12 @@ "description": "Defines the gap between hint and error message" }, "MD": { - "value": "{core.dimensionREM.4}", + "value": "{core.dimensionREM.5}", "type": "spacing", "description": "Defines the gap between hint and error message" }, "LG": { - "value": "{core.dimensionREM.4}", + "value": "{core.dimensionREM.6}", "type": "spacing", "description": "Defines the gap between hint and error message" }