Skip to content

Commit

Permalink
feat(data): fixing an alias token in page component specific layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Oct 4, 2024
1 parent 563e7ae commit d5a48f8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions data/tokens/components/page.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,7 @@
"type": "typography"
},
"large": {
"value": {
"fontFamily": "{global.fontFamilies.sage-text}",
"fontWeight": "{primitives.fontWeights.regular}",
"lineHeight": "{primitives.lineHeights.500}",
"fontSize": "{global.fontSize.adaptive.step1}",
"paragraphSpacing": "{primitives.paragraphSpacing.300}"
},
"value": "{global.typography.adaptive.body.M}",
"type": "typography"
}
},
Expand Down

0 comments on commit d5a48f8

Please sign in to comment.