diff --git a/.changeset/dull-clocks-trade.md b/.changeset/dull-clocks-trade.md new file mode 100644 index 0000000000..c63229f1e0 --- /dev/null +++ b/.changeset/dull-clocks-trade.md @@ -0,0 +1,5 @@ +--- +"@utrecht/design-tokens": minor +--- + +Add design tokens with styling for the new `ok` and `error` variants of the Spotlight Section component. diff --git a/proprietary/design-tokens/src/component/utrecht/spotlight-section.tokens.json b/proprietary/design-tokens/src/component/utrecht/spotlight-section.tokens.json index 30580dee3b..6f65b6eb69 100644 --- a/proprietary/design-tokens/src/component/utrecht/spotlight-section.tokens.json +++ b/proprietary/design-tokens/src/component/utrecht/spotlight-section.tokens.json @@ -18,6 +18,14 @@ "warning": { "background-color": { "value": "{utrecht.color.yellow.80}" }, "color": {} + }, + "error": { + "background-color": { "value": "{utrecht.color.red.95}" }, + "color": {} + }, + "ok": { + "background-color": { "value": "{utrecht.color.green.90}" }, + "color": {} } } }