From 18cb7f017a15dec608951f8e844ad25a5cc87bfb Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Sat, 28 Sep 2024 12:18:48 +0200 Subject: [PATCH] fixup! feat(design-tokens): add new design tokens to spotlight-section component --- .changeset/dull-clocks-trade.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) 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.