From 2c35546776f08ab0f4f738c2da77aaa4d44f24b1 Mon Sep 17 00:00:00 2001 From: Ben Stevens Date: Thu, 11 Jan 2024 13:53:42 +0000 Subject: [PATCH] Added color.decor.background.skyblue.50 --- tokens.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tokens.json b/tokens.json index 855d15f..e42ff11 100644 --- a/tokens.json +++ b/tokens.json @@ -826,6 +826,13 @@ "type": "color", "description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist" } + }, + "skyblue": { + "50": { + "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" + } } } },