From ed61aa94f00abcea7903fd1042f666e9d263e428 Mon Sep 17 00:00:00 2001 From: "pedroportella.com" Date: Tue, 10 Dec 2024 10:41:27 +1000 Subject: [PATCH] fix: updated colour to the right one from Figma --- tokens/qld-maroon-palette.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/qld-maroon-palette.json b/tokens/qld-maroon-palette.json index 0fd7d85..02c1477 100644 --- a/tokens/qld-maroon-palette.json +++ b/tokens/qld-maroon-palette.json @@ -59,11 +59,11 @@ }, "accent": { "default": { - "value": "{color.broccoliParadiseGreen.600}", + "value": "{color.purplishRed.600}", "type": "color" }, "onAccent": { - "value": "{color.broccoliParadiseGreen.700}", + "value": "{color.purplishRed.700}", "type": "color" } },