diff --git a/.changeset/smooth-icons-doubt.md b/.changeset/smooth-icons-doubt.md new file mode 100644 index 000000000..485c6e8ea --- /dev/null +++ b/.changeset/smooth-icons-doubt.md @@ -0,0 +1,5 @@ +--- +"@primer/primitives": patch +--- + +Extend line-height value extra digits for Linux diff --git a/src/tokens/functional/typography/typography.json b/src/tokens/functional/typography/typography.json index 3f899e6a1..d68bfeb81 100644 --- a/src/tokens/functional/typography/typography.json +++ b/src/tokens/functional/typography/typography.json @@ -333,7 +333,7 @@ } }, "medium": { - "$value": 1.4285, + "$value": 1.42857, "$type": "number", "$extensions": { "org.primer.data": { @@ -346,7 +346,7 @@ } }, "small": { - "$value": 1.6666, + "$value": 1.66667, "$type": "number", "$extensions": { "org.primer.data": {