How does iconColor in ix-icon-button work?

How exactly does it work? Documentation just says that it accepts a string. What kind of a string? I tried pretty much every type of color representation but it does not change anything.

1 Like

Hello Jakub,

You can use any color from the iX color palette.
Just leave out the --theme- prefix.

<ix-icon-button icon-color="color-info"..
2 Likes

Thank you for the reply. Is there any mention of this in the documentation? Did I just miss it?