Skip to content

Commit

Permalink
feat(tokens): adds more tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nti committed May 11, 2023
1 parent a56f16c commit b9c69f9
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,14 @@
"Hover": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
},
"Pressed": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
},
"Error": {
"value": "{core.dimensionPX.14}",
"type": "sizing"
}
},
"Selected": {
Expand Down Expand Up @@ -606,7 +614,7 @@
},
"Checkbox": {
"ControlBorderRadius": {
"value": "{core.borderRadius.MD}",
"value": "{core.borderRadius.SM}",
"type": "borderRadius"
}
}
Expand Down

0 comments on commit b9c69f9

Please sign in to comment.