Skip to content

Commit

Permalink
feat(data): Update form spacing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Feb 15, 2024
1 parent 3cc3f5a commit 6c61baf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/tokens/Components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,16 @@
}
}
},
"form": {
"integral": {
"pb": {
"pb": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Space below labelset, before the input. Space between input and preview containers in File input."
}
}
},
"layout": {
"XS": {
"value": "{global.space.macro.XS}",
"type": "spacing",
Expand All @@ -100,15 +109,6 @@
"type": "spacing"
}
},
"integral": {
"pb": {
"pb": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Space below labelset, before the input. Space between input and preview containers in File input."
}
}
},
"option": {
"icon": {
"M": {
Expand Down

0 comments on commit 6c61baf

Please sign in to comment.