Skip to content

Commit 5cb77b5

Browse files
authored
refactor: reference color token (#524)
Instead of just including the hex color in this case, we should use a color token reference instead.
1 parent 36314ed commit 5cb77b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/color/feedback.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"warning": {
2424
"_": {
25-
"value": "#f75f00",
25+
"value": "{color.yellow.900.value}",
2626
"comment": "This is the general warning color"
2727
},
2828
"small-font": {

0 commit comments

Comments
 (0)