Skip to content

Commit

Permalink
refactor: reference color token (#524)
Browse files Browse the repository at this point in the history
Instead of just including the hex color in this case, we should use a color token reference instead.
  • Loading branch information
mfranzke authored Jun 18, 2024
1 parent 36314ed commit 5cb77b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/color/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"warning": {
"_": {
"value": "#f75f00",
"value": "{color.yellow.900.value}",
"comment": "This is the general warning color"
},
"small-font": {
Expand Down

0 comments on commit 5cb77b5

Please sign in to comment.