From c5cbb0d5ce6baad8dae016fc9b008cf2a7b5db1b Mon Sep 17 00:00:00 2001 From: Francis Rupert Date: Mon, 17 Apr 2023 17:54:26 -0500 Subject: [PATCH] chore: . --- base.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/base.json b/base.json index 08365dd..ba5ffcf 100644 --- a/base.json +++ b/base.json @@ -3293,8 +3293,17 @@ } }, "bold": { - "value": "rgba(255,255,255,0.50)", - "type": "color" + "value": "{color.neutral.white}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": ".5", + "space": "hsl" + } + } + } }, "subtle-inverted": { "value": "{color.neutral.black}",