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