From d8671219754bb23fd91bdb2c30a55f94bca849af Mon Sep 17 00:00:00 2001 From: Francis Rupert Date: Sun, 5 Feb 2023 20:59:44 -0600 Subject: [PATCH] feat(color): tentative dark purple ramp --- base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.json b/base.json index e378525..4df4f1d 100644 --- a/base.json +++ b/base.json @@ -1798,7 +1798,7 @@ }, "text-link": { "primary": { - "value": "{color.purple.400}", + "value": "{color.purple.500}", "type": "color" } },