Skip to content

Commit

Permalink
Added 8px, 16px, 0px radius and updated radius.circle token name
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Oct 23, 2024
1 parent 047266a commit efce4c0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,8 +1559,8 @@
},
"border": {
"radius": {
"circle": {
"value": "{dimension.999}",
"none": {
"value": "0",
"type": "borderRadius"
},
"xs": {
Expand All @@ -1570,6 +1570,18 @@
"sm": {
"value": "{dimension.base-8.50}",
"type": "borderRadius"
},
"md": {
"value": "{dimension.base-8.100}",
"type": "borderRadius"
},
"lg": {
"value": "{dimension.base-8.200}",
"type": "borderRadius"
},
"full": {
"value": "{dimension.999}",
"type": "borderRadius"
}
}
}
Expand Down

0 comments on commit efce4c0

Please sign in to comment.