Skip to content

Commit

Permalink
feat(data): Add paragraph.m typography tokens for drawer and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Mar 7, 2022
1 parent c7aa974 commit 2370526
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,21 @@
},
"type": "typography"
}
},
"paragraph": {
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"flash": {
Expand Down Expand Up @@ -2666,6 +2681,21 @@
},
"type": "typography"
}
},
"paragraph": {
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"fontSize": "$fontSize.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
}
},
"stepFlow": {
Expand Down

0 comments on commit 2370526

Please sign in to comment.