Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions base/border-radius.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"_comment": "This file was generated automatically by Supernova.io and should not be changed manually. To modify the format or content of this file, please contact your design system team.",
"border-radius": {
"border-radius": {
"none": {
"value": "0px",
"type": "borderRadius",
"description": "No radius"
},
"small": {
"value": "3px",
"type": "borderRadius"
},
"default": {
"value": "5px",
"type": "borderRadius"
},
"medium": {
"value": "7px",
"type": "borderRadius"
},
"large": {
"value": "12px",
"type": "borderRadius"
},
"full": {
"value": "999px",
"type": "borderRadius",
"description": "Essentially a circle"
}
}
}
}
Loading