diff --git a/data/tokens/Components/button.json b/data/tokens/Components/button.json index cc75209a..4814e6d0 100644 --- a/data/tokens/Components/button.json +++ b/data/tokens/Components/button.json @@ -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}", @@ -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}",