From c6d08e4227fb1ddaad372f34eb747031a660daa2 Mon Sep 17 00:00:00 2001 From: Hiro M <55973039+Akatori-Design@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:14:18 -0800 Subject: [PATCH] green600 & orange600 update to match with theme colors --- src/figma/tokens.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/figma/tokens.json b/src/figma/tokens.json index 69df6ce6..a12bdc5e 100644 --- a/src/figma/tokens.json +++ b/src/figma/tokens.json @@ -166,9 +166,9 @@ "type": "color" }, "orange600": { - "value": "#C65507", - "description": "(HEX: #C65507)", - "type": "color" + "value": "#bf5208", + "type": "color", + "description": "(HEX: #bf5208)" }, "orange700": { "value": "#954005", @@ -218,9 +218,9 @@ "type": "color" }, "green600": { - "value": "#1E7E34", - "description": "(HEX: #1E7E34)", - "type": "color" + "value": "#1c8234", + "type": "color", + "description": "(HEX: #1C8234)" }, "green700": { "value": "#145523", @@ -1605,6 +1605,10 @@ }, "$themes": [], "$metadata": { - "tokenSetOrder": ["global", "light", "dark"] + "tokenSetOrder": [ + "global", + "light", + "dark" + ] } -} +} \ No newline at end of file