From 8fef8566f3d5601471f337a7b481fd015e9ef3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marianne=20R=C3=B8svik?= Date: Wed, 10 Apr 2024 08:16:48 +0200 Subject: [PATCH] feat(Ingress): Change line height --- design-tokens/Base/Semantic.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/design-tokens/Base/Semantic.json b/design-tokens/Base/Semantic.json index ce70f88cbf..bb416047e3 100644 --- a/design-tokens/Base/Semantic.json +++ b/design-tokens/Base/Semantic.json @@ -519,7 +519,7 @@ "value": { "fontFamily": "{fontFamilies.inter}", "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.600}", + "lineHeight": "{lineHeights.700}", "fontSize": "{font-size.f4}" }, "type": "typography" @@ -528,7 +528,7 @@ "value": { "fontFamily": "{fontFamilies.inter}", "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.600}", + "lineHeight": "{lineHeights.700}", "fontSize": "{font-size.f3}" }, "type": "typography" @@ -537,7 +537,7 @@ "value": { "fontFamily": "{fontFamilies.inter}", "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.600}", + "lineHeight": "{lineHeights.700}", "fontSize": "{font-size.f2}" }, "type": "typography" @@ -546,7 +546,7 @@ "value": { "fontFamily": "{fontFamilies.inter}", "fontWeight": "{fontWeights.regular}", - "lineHeight": "{lineHeights.600}", + "lineHeight": "{lineHeights.700}", "fontSize": "{font-size.f1}" }, "type": "typography" @@ -1026,4 +1026,4 @@ "type": "boxShadow" } } -} +} \ No newline at end of file