Skip to content

Commit

Permalink
Align menu tokens to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 86db503 commit 8526d51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5381,7 +5381,7 @@
"enabled": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -5393,7 +5393,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -5455,7 +5455,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -5505,7 +5505,7 @@
"disabled": {
"background": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -5517,7 +5517,7 @@
},
"borderColor": {
"$type": "color",
"$value": "#00000000",
"$value": "{color.transparent}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -5621,7 +5621,7 @@
},
"borderWidth": {
"$type": "number",
"$value": "{button.medium.default.borderWidth}",
"$value": "{base.static.borderWidth.default}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit 8526d51

Please sign in to comment.