Skip to content

Commit

Permalink
feat(data): Add button.space.generic.icononly.x S, M and L tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Aug 22, 2024
1 parent 746e9ba commit e8fabd9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/tokens/components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,25 @@
"type": "spacing",
"description": "Top and bottom padding on Large buttons\n"
}
},
"icononly": {
"x": {
"S": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Left and right padding on icon-only processing button\n"
},
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Left and right padding on icon-only processing button\n"
},
"L": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Left and right padding on icon-only processing button\n"
}
}
}
},
"bar": {
Expand Down

0 comments on commit e8fabd9

Please sign in to comment.