Skip to content

Commit

Permalink
feat(data): Add tab.radius.L and updated tab.radius.M description.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Apr 4, 2024
1 parent 402d9a2 commit f99258c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/tokens/components/tab.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@
"M": {
"value": "{global.radius.interactive.M}",
"type": "borderRadius",
"description": "Tab (top corners)"
"description": "Tab horizontal - top corners. Tab vertical - left corners."
},
"L": {
"value": "{global.radius.interactive.M}",
"type": "borderRadius",
"description": "Tab horizontal - top corners. Tab vertical - left corners."
}
},
"borderwidth": {
Expand Down

0 comments on commit f99258c

Please sign in to comment.