Skip to content

Commit

Permalink
feat(odyssey-design-tokens): add border.radius.round
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jun 2, 2023
1 parent 570a2df commit be1a4f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/odyssey-design-tokens/src/border.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"radius": {
"main": { "value": "4px" },
"outer": { "value": "6px" }
"outer": { "value": "6px" },
"round": { "value": "1.5em" }
},
"style": {
"main": { "value": "solid" }
Expand Down

0 comments on commit be1a4f2

Please sign in to comment.