From a6637193ec9ff2b46f760ad329fcedc4809c26cd Mon Sep 17 00:00:00 2001 From: AlineNap <59806622+AlineNap@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:31:53 +0100 Subject: [PATCH] Figma text area tokens voor row-height toevoegen --- .../src/imported/nl/utrecht-textarea.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json b/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json index ca8f82b67..d2e2f6bd2 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json @@ -150,5 +150,23 @@ "type": "fontSizes" } } + }, + "figma": { + "textarea": { + "4-rows": { + "block-size": { + "value": "4 * {lux.line-height.body.default}", + "type": "sizing", + "description": "4 * lineheight " + } + }, + "8-rows": { + "block-size": { + "value": "8 * {lux.line-height.body.default}", + "type": "sizing", + "description": "4 * lineheight " + } + } + } } } \ No newline at end of file