diff --git a/.changeset/dull-clocks-trade.md b/.changeset/dull-clocks-trade.md index 14956185789..c63229f1e0a 100644 --- a/.changeset/dull-clocks-trade.md +++ b/.changeset/dull-clocks-trade.md @@ -2,29 +2,4 @@ "@utrecht/design-tokens": minor --- -feat: add new design tokens for spotlight-section component - -Added design tokens: - -```json -{ - "error": { - "background-color": {}, - "border-color": {}, - "border-width": {}, - "color": {}, - "icon": { - "color": {} - } - }, - "ok": { - "background-color": {}, - "border-color": {}, - "border-width": {}, - "color": {}, - "icon": { - "color": {} - } - } -} -``` +Add design tokens with styling for the new `ok` and `error` variants of the Spotlight Section component.