Skip to content

Commit

Permalink
feat(tokens): adds checkbox item spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nti committed May 17, 2023
1 parent 58111bf commit 0dc2976
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/figma-design-tokens/input/tokens/semantics/BLR_CMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,26 @@
"ControlBorderRadius": {
"value": "{core.borderRadius.SM}",
"type": "borderRadius"
},
"Control": {
"SM": {
"ItemSpacing": {
"value": "{core.dimensionPX.4}",
"type": "spacing"
}
},
"MD": {
"ItemSpacing": {
"value": "{core.dimensionPX.4}",
"type": "spacing"
}
},
"LG": {
"ItemSpacing": {
"value": "{core.dimensionPX.4}",
"type": "spacing"
}
}
}
}
}
Expand Down

0 comments on commit 0dc2976

Please sign in to comment.