From 7169da8ab9173b6546b185e6a745e850fe8d760d Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:07:12 +0100 Subject: [PATCH] Fix yellow value --- modules/app_components/tokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app_components/tokens.py b/modules/app_components/tokens.py index 29c8f7b..207cb75 100644 --- a/modules/app_components/tokens.py +++ b/modules/app_components/tokens.py @@ -26,7 +26,7 @@ "pale_green": (175, 201, 68), "mid_green": (82, 131, 41), "dark_green": (33, 48, 24), - "yellow": (294, 226, 0), + "yellow": (249, 226, 0), "orange": (246, 127, 2), "pink": (245, 80, 137), "blue": (46, 173, 217),