From 921adbe5938a3f8c7c6ebc385f46684b40791863 Mon Sep 17 00:00:00 2001 From: taysea Date: Thu, 21 Nov 2024 10:13:13 -0800 Subject: [PATCH] Fix color value --- design-tokens/tokens/semantic/global.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-tokens/tokens/semantic/global.default.json b/design-tokens/tokens/semantic/global.default.json index cb8ebec93..826240f62 100644 --- a/design-tokens/tokens/semantic/global.default.json +++ b/design-tokens/tokens/semantic/global.default.json @@ -32,7 +32,7 @@ "$type": "shadow", "$value": [ { - "color": "white", + "color": "{base.color.white.100}", "offsetX": 0, "offsetY": 0, "blur": 0,