Skip to content

Commit

Permalink
feat(Ingress): Change line height
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosvik committed Apr 10, 2024
1 parent 9827167 commit 8fef856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions design-tokens/Base/Semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
"value": {
"fontFamily": "{fontFamilies.inter}",
"fontWeight": "{fontWeights.regular}",
"lineHeight": "{lineHeights.600}",
"lineHeight": "{lineHeights.700}",
"fontSize": "{font-size.f4}"
},
"type": "typography"
Expand All @@ -528,7 +528,7 @@
"value": {
"fontFamily": "{fontFamilies.inter}",
"fontWeight": "{fontWeights.regular}",
"lineHeight": "{lineHeights.600}",
"lineHeight": "{lineHeights.700}",
"fontSize": "{font-size.f3}"
},
"type": "typography"
Expand All @@ -537,7 +537,7 @@
"value": {
"fontFamily": "{fontFamilies.inter}",
"fontWeight": "{fontWeights.regular}",
"lineHeight": "{lineHeights.600}",
"lineHeight": "{lineHeights.700}",
"fontSize": "{font-size.f2}"
},
"type": "typography"
Expand All @@ -546,7 +546,7 @@
"value": {
"fontFamily": "{fontFamilies.inter}",
"fontWeight": "{fontWeights.regular}",
"lineHeight": "{lineHeights.600}",
"lineHeight": "{lineHeights.700}",
"fontSize": "{font-size.f1}"
},
"type": "typography"
Expand Down Expand Up @@ -1026,4 +1026,4 @@
"type": "boxShadow"
}
}
}
}

0 comments on commit 8fef856

Please sign in to comment.