Skip to content

Commit

Permalink
feat(data): Add button.space.bar.iconbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Apr 23, 2024
1 parent f5547a6 commit cf6aa4b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/tokens/components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,36 @@
}
}
},
"bar": {
"iconbutton": {
"x": {
"inner": {
"M": {
"value": "{global.space.micro.XL}",
"type": "spacing",
"description": "Inner sides of all buttons.\n"
},
"L": {
"value": "14px",
"type": "spacing",
"description": "Inner sides of all buttons.\n"
}
},
"outer": {
"M": {
"value": "14px",
"type": "spacing",
"description": "Outer buttons, outer sides.\n"
},
"L": {
"value": "{global.space.macro.S}",
"type": "spacing",
"description": "Outer buttons, outer sides.\n"
}
}
}
}
},
"subtle": {
"x": {
"S": {
Expand Down

0 comments on commit cf6aa4b

Please sign in to comment.