From cec46d844060bf0e4373a825e3b8f4b4f2ea9a4f Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:28:33 +0300 Subject: [PATCH] fix: fixed design token for icon btn active state (#2765) * fix: fixed design token for icon btn active state * fix: fixed path to build directory --- tokens/src/themes/light/components/IconButton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/src/themes/light/components/IconButton.json b/tokens/src/themes/light/components/IconButton.json index 62055ad4d7..692a6b1b70 100644 --- a/tokens/src/themes/light/components/IconButton.json +++ b/tokens/src/themes/light/components/IconButton.json @@ -18,7 +18,7 @@ "focus": { "value": "{color.icon-button.text.primary.base}", "type": "color" } }, "inverse-active": { - "base": { "value": "{color.icon-button.bg.base}", "type": "color" }, + "base": { "value": "{color.icon-button.accent}", "type": "color" }, "hover": { "value": "{color.icon-button.accent}", "type": "color" }, "focus": { "value": "{color.icon-button.accent}", "type": "color" } }