From c08623b36ed26f0c790ade5a425489a625dc1053 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 13 Sep 2023 11:30:52 -0400 Subject: [PATCH] Fixing constrast issue with success messages. --- tokens/themes/light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/themes/light.json b/tokens/themes/light.json index 3bbeef76..6ee8027b 100644 --- a/tokens/themes/light.json +++ b/tokens/themes/light.json @@ -1708,7 +1708,7 @@ "type": "color" }, "foreground": { - "value": "{palette.success.600}", + "value": "{palette.success.700}", "type": "color" } },