Skip to content

Commit

Permalink
updated border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSchmidt05 committed Sep 25, 2024
1 parent dc79b85 commit 97900ef
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"value": "#15a045",
"type": "color",
"description": "Not part of design system, only used for annotating page templates for designers"
},
"test": {
"value": "#f8ff00",
"type": "color"
}
},
"grey": {
Expand Down Expand Up @@ -942,6 +938,10 @@
}
},
"dimension": {
"99": {
"value": "99px",
"type": "dimension"
},
"base-8": {
"25": {
"value": "{dimension.base-8.100}*0.25",
Expand Down Expand Up @@ -1005,22 +1005,6 @@
"type": "dimension"
}
}
},
"border": {
"radius": {
"circle": {
"value": "50%",
"type": "borderRadius"
},
"xs": {
"value": "{dimension.base-8.25}",
"type": "borderRadius"
},
"sm": {
"value": "{dimension.base-8.50}",
"type": "borderRadius"
}
}
}
},
"01 Semantic": {
Expand Down Expand Up @@ -1544,6 +1528,22 @@
"type": "spacing"
}
}
},
"border": {
"radius": {
"circle": {
"value": "{dimension.99}",
"type": "borderRadius"
},
"xs": {
"value": "{dimension.base-8.25}",
"type": "borderRadius"
},
"sm": {
"value": "{dimension.base-8.50}",
"type": "borderRadius"
}
}
}
},
"BREAKPOINTS/large breakpoint": {
Expand Down

0 comments on commit 97900ef

Please sign in to comment.