diff --git a/tokens/alias.text.js b/tokens/alias.text.js index efbc399..52a5eb5 100644 --- a/tokens/alias.text.js +++ b/tokens/alias.text.js @@ -9,8 +9,8 @@ module.exports = { "color-weak" : { value: "{color.grey.60.value}", attributes: { category: "color" } }, "color-x-weak" : { value: "{color.grey.50.value}", attributes: { category: "color" } }, "color-disabled" : { value: "{color.grey.40.value}", attributes: { category: "color" } }, - "color-negative" : { value: "{color.red.70.value}", attributes: { category: "color" } }, - "color-positive" : { value: "{color.green.70.value}", attributes: { category: "color" } }, + "color-negative" : { value: "{color.red.80.value}", attributes: { category: "color" } }, + "color-positive" : { value: "{color.green.80.value}", attributes: { category: "color" } }, "color-warning" : { value: "{color.yellow.80.value}", attributes: { category: "color" } }, "color-interactive" : { value: "{color.violet.70.value}", attributes: { category: "color" } }, }