diff --git a/tokens.json b/tokens.json index d302fe6fd..7df5c1ff3 100644 --- a/tokens.json +++ b/tokens.json @@ -5940,7 +5940,7 @@ "type": "color" }, "muted": { - "value": "{global.content.color.text.muted}", + "value": "{global.content.color.text.default}", "type": "color" }, "icon": { @@ -6239,7 +6239,7 @@ "type": "color" }, "muted": { - "value": "{global.content.color.text.muted}", + "value": "{global.content.color.text.default}", "type": "color" }, "icon": { @@ -6554,6 +6554,10 @@ }, "$themes": [], "$metadata": { - "tokenSetOrder": ["core", "global", "component"] + "tokenSetOrder": [ + "core", + "global", + "component" + ] } -} +} \ No newline at end of file