From bc232c4cd13ec85ffcda6e84858ca67afbcc91a4 Mon Sep 17 00:00:00 2001 From: Ben Stevens Date: Fri, 12 Jan 2024 14:43:00 +0000 Subject: [PATCH] Added color.decor.background.skyblue.200 --- tokens.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tokens.json b/tokens.json index 2b3cfa9..42b661a 100644 --- a/tokens.json +++ b/tokens.json @@ -843,6 +843,11 @@ "value": "{color.skyblue50}", "type": "color", "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" + }, + "200": { + "value": "{color.skyblue200}", + "type": "color", + "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" } } }