Skip to content

Commit

Permalink
feat(data): Add typography token for card.paragraph.m
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Apr 6, 2022
1 parent c975094 commit 3de33f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,23 @@
}
}
},
"card": {
"paragraph": {
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"cardSelect": {
"title": {
"m": {
Expand Down

0 comments on commit 3de33f1

Please sign in to comment.