Skip to content

Commit

Permalink
Tokens for Font Size, font weight and border radius changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirdacosta committed Jan 9, 2025
1 parent 6ca6322 commit 8327b30
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions proprietary/design-tokens/src/sync/components/button.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"font-weight": {
"value": "{nijmegen.document.strong.font-weight}",
"value": "{nijmegen.typography.font-weight.semi-bold}",
"type": "fontWeights"
},
"active": {
Expand Down Expand Up @@ -131,7 +131,7 @@
}
},
"font-weight": {
"value": "{nijmegen.document.strong.font-weight}",
"value": "{nijmegen.typography.font-weight.semi-bold}",
"type": "fontWeights"
},
"active": {
Expand All @@ -151,7 +151,7 @@
},
"border-radius": {
"type": "borderRadius",
"value": "{nijmegen.border-radius.sm}"
"value": "{nijmegen.border-radius.xs}"
},
"border-width": {
"type": "borderWidth",
Expand All @@ -176,16 +176,12 @@
"type": "fontFamilies"
},
"font-size": {
"value": "{nijmegen.document.font-size}",
"value": "{nijmegen.typography.font-size.sml}",
"type": "fontSizes"
},
"font-weight": {
"value": "{nijmegen.document.strong.font-weight}",
"type": "fontWeights"
},
"subtle": {
"font-weight": {
"value": "{nijmegen.document.strong.font-weight}",
"value": "{nijmegen.typography.font-weight.semi-bold}",
"type": "fontWeights"
},
"hover": {
Expand Down Expand Up @@ -415,7 +411,7 @@
}
},
"font-weight": {
"value": "{nijmegen.document.strong.font-weight}",
"value": "{nijmegen.typography.font-weight.semi-bold}",
"type": "fontWeights"
}
}
Expand Down

0 comments on commit 8327b30

Please sign in to comment.