From 5cb77b570e92fda10f8e5ee15df57529db3ee71d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:08:52 +0200 Subject: [PATCH] refactor: reference color token (#524) Instead of just including the hex color in this case, we should use a color token reference instead. --- tokens/color/feedback.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/color/feedback.json b/tokens/color/feedback.json index 2426e3a01..d9aaae9a1 100644 --- a/tokens/color/feedback.json +++ b/tokens/color/feedback.json @@ -22,7 +22,7 @@ }, "warning": { "_": { - "value": "#f75f00", + "value": "{color.yellow.900.value}", "comment": "This is the general warning color" }, "small-font": {