diff --git a/data/tokens/components/form.json b/data/tokens/components/form.json index 999986f4..86027cd4 100644 --- a/data/tokens/components/form.json +++ b/data/tokens/components/form.json @@ -459,6 +459,25 @@ "type": "spacing", "description": "Gap between rows of checkboxes or radios within a group." } + }, + "button": { + "x": { + "S": { + "value": "{global.space.macro.XXXS}", + "type": "spacing", + "description": "left and right padding used on small buttons inside small inputs" + }, + "M": { + "value": "{global.space.macro.XXS}", + "type": "spacing", + "description": "left and right padding used on medium buttons inside medium inputs" + }, + "L": { + "value": "{global.space.macro.XS}", + "type": "spacing", + "description": "left and right padding used on large buttons inside large inputs" + } + } } }, "integral": {