Skip to content

Commit

Permalink
Merge pull request #43 from wellcometrust/additional-radius
Browse files Browse the repository at this point in the history
Radius updates and additional values
  • Loading branch information
AnnaSchmidt05 authored Oct 23, 2024
2 parents 047266a + efce4c0 commit b2f3342
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 b2f3342

Please sign in to comment.