From 8b4387bed80e6ad73120606e6f8396ff2be81f5e Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Thu, 5 Dec 2024 13:52:24 -0500 Subject: [PATCH] feat: new teal 400 --- packages/epo-style-dictionary/src/brand/rubin/color.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/epo-style-dictionary/src/brand/rubin/color.json b/packages/epo-style-dictionary/src/brand/rubin/color.json index 69ce1404..3e891ca5 100644 --- a/packages/epo-style-dictionary/src/brand/rubin/color.json +++ b/packages/epo-style-dictionary/src/brand/rubin/color.json @@ -12,15 +12,18 @@ "value": "{color.teal.68}" }, "400": { - "value": "{color.turquoise.74}" + "value": "{color.turquoise.72}" }, "500": { - "value": "{color.teal.83}" + "value": "{color.turquoise.74}" }, "600": { - "value": "{color.turquoise.90}" + "value": "{color.teal.83}" }, "700": { + "value": "{color.turquoise.90}" + }, + "800": { "value": "{color.turquoise.95}" } },