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}",