From 0bb23b5901af574b8f054c4137ec9b11ded7339c Mon Sep 17 00:00:00 2001 From: min0uk <36034084+min0uk@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:22:37 +0100 Subject: [PATCH] Update alias.text.js Adjusted values for accessibility --- tokens/alias.text.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }, }