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 committed Sep 27, 2024
1 parent ae5947a commit 150d122
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .changeset/dull-clocks-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"@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": {}
}
}
}
```
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 150d122

Please sign in to comment.