diff --git a/data/tokens/context/frozenproduct.json b/data/tokens/context/frozenproduct.json index ccba1724..ac5e3653 100644 --- a/data/tokens/context/frozenproduct.json +++ b/data/tokens/context/frozenproduct.json @@ -443,7 +443,7 @@ "description": "Subtle message bg" }, "bgAlt-default": { - "value": "{primitives.colors.blueBright}", + "value": "{modes.color.status.info.frozen.default}", "type": "color", "description": "Global message bg" } @@ -499,7 +499,7 @@ "description": "Subtle message bg" }, "bgAlt-default": { - "value": "{primitives.colors.orangeBright}", + "value": "{modes.color.status.caution.frozen.default}", "type": "color", "description": "Global message bg" } diff --git a/data/tokens/modes/light.json b/data/tokens/modes/light.json index daab9e0a..123390f3 100644 --- a/data/tokens/modes/light.json +++ b/data/tokens/modes/light.json @@ -1159,6 +1159,13 @@ "text": { "value": "{primitives.colors.orange}", "type": "color" + }, + "frozen": { + "default": { + "value": "#FF8629", + "type": "color", + "description": "used on global message bg" + } } }, "content": { @@ -1247,6 +1254,13 @@ } }, "description": "used on pill hover states and message bg" + }, + "frozen": { + "default": { + "value": "#65a9ff", + "type": "color", + "description": "used on global message bg" + } } }, "negative": {