Skip to content

Commit deee752

Browse files
feat: add new color token (#260)
1 parent 248ef87 commit deee752

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/cold-garlics-type.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Added new color token: "Warning"

src/tokens.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const colors = {
2424
success: '49, 195, 124',
2525
'success-text': '48, 166, 102',
2626
note: '251, 188, 5',
27+
warning: '224, 86, 43',
2728
};
2829

2930
function color(name, opacity = 1) {

0 commit comments

Comments
 (0)