Skip to content

Commit

Permalink
correcting disabled button tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 5, 2024
1 parent 948c986 commit 8fed71c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/tokens/Components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"destructive": {
"primary": {
"bg-disabled": {
"value": "{base.color.interactive.inactive.default}",
"value": "{base.color.interactive.inactive.defaultAlt}",
"type": "color"
},
"bg-active": {
Expand All @@ -23,7 +23,7 @@
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.contentAlt}",
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-enabled": {
Expand All @@ -49,7 +49,7 @@
"type": "color"
},
"border-disabled": {
"value": "{base.color.interactive.inactive.default}",
"value": "{base.color.interactive.inactive.defaultAlt}",
"type": "color"
},
"border-enabled": {
Expand Down Expand Up @@ -86,7 +86,7 @@
"description": "Was previously dark green {base.color.interactive.primary.active}"
},
"bg-disabled": {
"value": "{base.color.interactive.inactive.default}",
"value": "{base.color.interactive.inactive.defaultAlt}",
"type": "color"
},
"bg-enabled": {
Expand All @@ -102,7 +102,7 @@
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.contentAlt}",
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-enabled": {
Expand All @@ -128,7 +128,7 @@
"type": "color"
},
"border-disabled": {
"value": "{base.color.interactive.inactive.default}",
"value": "{base.color.interactive.inactive.defaultAlt}",
"type": "color"
},
"border-enabled": {
Expand Down Expand Up @@ -200,7 +200,7 @@
"type": "color"
},
"border-disabled": {
"value": "{base.color.interactive.inactive.default}",
"value": "{base.color.interactive.inactive.defaultAlt}",
"type": "color"
},
"border-enabled": {
Expand Down

0 comments on commit 8fed71c

Please sign in to comment.