Skip to content

Commit

Permalink
feat(data): another temporary change to button destructive active bor…
Browse files Browse the repository at this point in the history
…ders as we think we don't need these tokens. Coloured FF00FF for now. Plan to remove these tokens later
  • Loading branch information
clairedenning committed Jan 25, 2024
1 parent 80c436b commit 2fb1075
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/tokens/Components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,9 @@
"type": "color"
},
"border-active": {
"value": "{base.color.interactive.danger.standard.active}",
"type": "color"
"value": "#ff00ff",
"type": "color",
"description": "If needed the value is {base.color.interactive.danger.standard.active}"
},
"border-disabled": {
"value": "{base.color.interactive.inactive.inverse.default}",
Expand Down Expand Up @@ -364,8 +365,9 @@
"type": "color"
},
"border-active": {
"value": "{base.color.interactive.danger.standard.active}",
"type": "color"
"value": "#ff00ff",
"type": "color",
"description": "If needed the value is {base.color.interactive.danger.standard.active}"
},
"border-disabled": {
"value": "{base.color.interactive.inactive.standard.default}",
Expand Down

0 comments on commit 2fb1075

Please sign in to comment.