From 74ec0db4bbe017e01182c158762b1df172d978ca Mon Sep 17 00:00:00 2001 From: condo-design-bot <112567265+condo-design-bot@users.noreply.github.com> Date: Wed, 29 May 2024 16:21:00 +0500 Subject: [PATCH] feat: add mobile typography --- packages/ui/src/tokens/tokens.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/ui/src/tokens/tokens.json b/packages/ui/src/tokens/tokens.json index 7e80ebf6a5d..33158896e29 100644 --- a/packages/ui/src/tokens/tokens.json +++ b/packages/ui/src/tokens/tokens.json @@ -118,6 +118,14 @@ "textS": { "value": "20", "type": "lineHeights" + }, + "h1-sm": { + "value": "36", + "type": "lineHeights" + }, + "h4-sm": { + "value": "26", + "type": "lineHeights" } }, "fontSize": { @@ -156,6 +164,14 @@ "textS": { "value": "12", "type": "fontSizes" + }, + "h1-sm": { + "value": "30", + "type": "fontSizes" + }, + "h4-sm": { + "value": "18", + "type": "fontSizes" } }, "opacity": {