Skip to content

Commit

Permalink
feat(data): pills now use new space schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Feb 20, 2024
1 parent a605a1e commit c57aed7
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions data/tokens/Components/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,17 +355,19 @@
"type": "spacing"
},
"pill": {
"S": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.L}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing"
"px": {
"S": {
"value": "{global.space.micro.S}",
"type": "spacing"
},
"M": {
"value": "{global.space.micro.L}",
"type": "spacing"
},
"L": {
"value": "{global.space.micro.XXL}",
"type": "spacing"
}
}
}
}
Expand Down

0 comments on commit c57aed7

Please sign in to comment.