From 31535b0fe5c3bbb8b10898ef690b38db8fcb7545 Mon Sep 17 00:00:00 2001 From: LuisaGibertoni <148334655+LuisaGibertoni@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:32:50 +0200 Subject: [PATCH] Added a new decor token --- tokens.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tokens.json b/tokens.json index aa74476..3ec60e7 100644 --- a/tokens.json +++ b/tokens.json @@ -848,6 +848,10 @@ "type": "color", "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" }, + "100": { + "value": "{color.skyblue100}", + "type": "color" + }, "200": { "value": "{color.skyblue200}", "type": "color",