Skip to content

Commit

Permalink
fixup! feat(design-tokens): add new design tokens to spotlight-sectio…
Browse files Browse the repository at this point in the history
…n component
  • Loading branch information
Robbert committed Sep 28, 2024
1 parent fb88540 commit 18cb7f0
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .changeset/dull-clocks-trade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 18cb7f0

Please sign in to comment.