Skip to content

Commit

Permalink
fix: fixed design token for icon btn active state (#2765)
Browse files Browse the repository at this point in the history
* fix: fixed design token for icon btn active state

* fix: fixed path to build directory
  • Loading branch information
PKulkoRaccoonGang committed Aug 1, 2024
1 parent 0f2b1d5 commit cec46d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/src/themes/light/components/IconButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
Expand Down

0 comments on commit cec46d8

Please sign in to comment.