Skip to content

Commit

Permalink
feat(data): adjusting font sized for product default large paragraph …
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
ljemmo committed Sep 19, 2024
1 parent ccb1dc4 commit 5db76c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/tokens/components/page.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@
"type": "typography"
},
"large": {
"value": "{global.typography.adaptive.body.M}",
"value": {
"fontFamily": "{global.fontFamilies.sage-text}",
"fontWeight": "{primitives.fontWeights.regular}",
"lineHeight": "{primitives.lineHeights.500}",
"fontSize": "{global.fontSize.adaptive.step1}",
"paragraphSpacing": "{primitives.paragraphSpacing.300}"
},
"type": "typography"
}
},
Expand Down

0 comments on commit 5db76c2

Please sign in to comment.