From 734aa747e4d04602e4015cc2d917df33e695e7a1 Mon Sep 17 00:00:00 2001 From: lisa <113671732+designerlisa@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:02:20 +0100 Subject: [PATCH] feat(data): add 1 typogrraphy token for badge. --- data/tokens.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/tokens.json b/data/tokens.json index fcbe7772..c5dcbac0 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -2520,6 +2520,19 @@ "textCase": "none" }, "type": "typography" + }, + "s": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.010", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" } } },