From 6b18a50e004f0c63b6477ebcf65a40a483591948 Mon Sep 17 00:00:00 2001 From: Adam Parker Date: Mon, 25 Nov 2024 16:30:04 -0500 Subject: [PATCH] added border-weight subtle --- figma-tokens/input/tokens.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/figma-tokens/input/tokens.json b/figma-tokens/input/tokens.json index 5a38ddd12..1d4b7b927 100644 --- a/figma-tokens/input/tokens.json +++ b/figma-tokens/input/tokens.json @@ -480,6 +480,10 @@ "default": { "value": "2px", "type": "borderWidth" + }, + "subtle": { + "value": "1px", + "type": "borderWidth" } } },