Skip to content

Commit

Permalink
Align formField tokens to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 64b7fb9 commit 0c40456
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -8443,7 +8443,7 @@
"enabled": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -8482,7 +8482,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -8509,7 +8509,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -8523,7 +8523,7 @@
"readOnly": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -8535,7 +8535,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -8549,7 +8549,7 @@
"disabled": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -8561,7 +8561,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -9101,7 +9101,7 @@
"enabled": {
"textColor": {
"$type": "color",
"$value": "{color.text.default}",
"$value": "{color.text.critical}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -9127,7 +9127,7 @@
"hover": {
"textColor": {
"$type": "color",
"$value": "{color.text.default}",
"$value": "{color.text.critical}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -9153,7 +9153,7 @@
"focus": {
"textColor": {
"$type": "color",
"$value": "{color.text.default}",
"$value": "{color.text.critical}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit 0c40456

Please sign in to comment.