Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(radius): inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 9, 2023
1 parent 3db7010 commit 7c60ff2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,22 @@
}
}
}
},
"checkbox": {
"size": {
"width": {
"value": "{size.500}",
"type": "sizing"
},
"height": {
"value": "{checkbox.size.width}",
"type": "sizing"
},
"radius": {
"value": "{inputs.size.radius.xs}",
"type": "borderRadius"
}
}
}
},
"semantic/dark": {
Expand Down

0 comments on commit 7c60ff2

Please sign in to comment.