Skip to content

Commit

Permalink
add default border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 16, 2024
1 parent 37780cd commit efb38e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/tokens/functional/size/border.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@
}
}
}
},
"default": {
"$value": "{borderRadius.medium}",
"$type": "dimension",
"$extensions": {
"org.primer.figma": {
"collection": "functional/size",
"scopes": ["radius"],
"codeSyntax": {
"web": "var(--borderRadius-default) /* utility class: .rounded-2 */"
}
}
}
}
},
"outline": {
Expand Down

0 comments on commit efb38e9

Please sign in to comment.