diff --git a/tokens.json b/tokens.json index e3530884e..8bf896007 100644 --- a/tokens.json +++ b/tokens.json @@ -1029,7 +1029,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.300}px", + "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1038,7 +1038,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.300}px", + "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1047,7 +1047,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.semiBold}", - "lineHeight": "{core.font.lineHeight.300}px", + "lineHeight": "{core.font.lineHeight.200}", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -2207,13 +2207,13 @@ }, "spacing": { "padding": { - "md": { - "value": "{global.spacing.padding.1xsm}", - "type": "spacing" - }, "sm": { "value": "{global.spacing.padding.2xsm}", "type": "spacing" + }, + "md": { + "value": "{global.spacing.padding.1xsm}", + "type": "spacing" } } }, @@ -2680,6 +2680,14 @@ }, "type": "boxShadow" } + }, + "label": { + "content": { + "typo": { + "value": "{global.content.typo.body.sm}", + "type": "typography" + } + } } }, "checkbox": { @@ -5553,6 +5561,10 @@ } }, "gap": { + "sm": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, "md": { "value": "{global.spacing.gap.md}", "type": "spacing"