Skip to content

Commit

Permalink
Align checkbox, switch tokens to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent a898dec commit 74c508e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6011,7 +6011,7 @@
"enabled": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.background.default}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -6037,7 +6037,7 @@
"hover": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.background.default}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -6417,7 +6417,7 @@
"control": {
"height": {
"$type": "number",
"$value": "{element.medium.lineHeight}",
"$value": "{base.dimension.600}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -6429,7 +6429,7 @@
},
"width": {
"$type": "number",
"$value": "{element.medium.lineHeight}",
"$value": "{base.dimension.600}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -6936,7 +6936,7 @@
"track": {
"height": {
"$type": "number",
"$value": "{element.medium.lineHeight}",
"$value": "{base.dimension.600}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -6986,7 +6986,7 @@
"handle": {
"height": {
"$type": "number",
"$value": "{element.medium.lineHeight}",
"$value": "{base.dimension.550}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -6998,7 +6998,7 @@
},
"width": {
"$type": "number",
"$value": "{element.medium.lineHeight}",
"$value": "{base.dimension.550}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit 74c508e

Please sign in to comment.