Skip to content

Commit

Permalink
feat(odyssey-design-tokens): add token for border.radius.tight
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jun 20, 2023
1 parent 5603df2 commit a3978ae
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 @@ -15,7 +15,8 @@
}
},
"radius": {
"main": { "value": "4px" },
"tight": { "value": "4px" },
"main": { "value": "6px" },
"outer": { "value": "12px" },
"round": { "value": "1.5em" }
},
Expand Down

0 comments on commit a3978ae

Please sign in to comment.