Skip to content

Commit

Permalink
Adjust radio size
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Aug 29, 2024
1 parent 808f4a1 commit e856619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions design-tokens/tokens/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6522,7 +6522,7 @@
},
"borderColor": {
"$type": "color",
"$value": "{color.border.default}",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -9524,7 +9524,7 @@
"control": {
"height": {
"$type": "number",
"$value": "{component.medium.lineHeight}",
"$value": 20,
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -9536,7 +9536,7 @@
},
"width": {
"$type": "number",
"$value": "{component.medium.lineHeight}",
"$value": 20,
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -9548,7 +9548,7 @@
},
"borderWidth": {
"$type": "number",
"$value": "{borderWidth.default}",
"$value": 2,
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit e856619

Please sign in to comment.