Skip to content

Commit

Permalink
Merge branch 'main' into #198-controls-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
m-m-mic committed Jul 14, 2023
2 parents 0f48541 + b026e8a commit a35b7bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mwui-token-farm/input/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2438,13 +2438,13 @@
}
},
"controls": {
"checkbox-radiobutton": {
"checkbox-radio": {
"container": {
"value": "{mw.core.font.size.scale.base} * 1.5",
"type": "sizing"
}
},
"radiobutton": {
"radio": {
"outline": {
"value": "{mw.core.font.size.scale.base} * 1.25",
"type": "sizing"
Expand Down Expand Up @@ -2662,6 +2662,12 @@
"value": "{mw.core.borderWidth.sm}",
"type": "borderWidth"
}
},
"margin": {
"marginLeft": {
"value": "{mw.core.spacing.linear.4xl}",
"type": "spacing"
}
}
},
"checkbox": {
Expand Down

0 comments on commit a35b7bf

Please sign in to comment.