Skip to content

Commit

Permalink
feat(data): Correct lineheight value of typography.drawer.paragraph.m
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Jun 7, 2022
1 parent 0fe2177 commit b876b63
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions data/tokens.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"base": {
"meta": {
"name": {
"value": "Base Theme",
"type": "other"
},
"public": {
"value": "true",
"type": "other"
}
},
"meta": {
"name": {
"value": "Base Theme",
"type": "other"
},
"public": {
"value": "true",
"type": "other"
}
},
"colors": {
"logo": {
"value": "#00D639",
Expand Down Expand Up @@ -2033,7 +2033,7 @@
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0",
Expand Down Expand Up @@ -3533,16 +3533,16 @@
}
},
"no-theme": {
"meta": {
"name": {
"value": "No Theme",
"type": "other"
},
"public": {
"value": "false",
"type": "other"
}
},
"meta": {
"name": {
"value": "No Theme",
"type": "other"
},
"public": {
"value": "false",
"type": "other"
}
},
"colors": {
"logo": {
"value": "#ef001d",
Expand Down Expand Up @@ -5186,17 +5186,17 @@
}
},
"figma-only": {
"meta": {
"name": {
"value": "figma-only",
"type": "other",
"description": " "
},
"public": {
"value": "false",
"type": "other"
}
},
"meta": {
"name": {
"value": "figma-only",
"type": "other",
"description": " "
},
"public": {
"value": "false",
"type": "other"
}
},
"sizing": {
"0hack": {
"value": "0.01px",
Expand All @@ -5206,4 +5206,4 @@
}
},
"$themes": []
}
}

0 comments on commit b876b63

Please sign in to comment.