Skip to content

Commit

Permalink
feat(design-tokens): add new design tokens to spotlight-section compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
AliKdhim87 authored and Robbert committed Sep 30, 2024
1 parent d1a8565 commit 7b8ebea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-clocks-trade.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}
Expand Down

0 comments on commit 7b8ebea

Please sign in to comment.