We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using icon buttons in my app and would like to customize the icon color. For that i set the icon-color attribute like this:
<ix-icon-button icon="info" variant="primary" icon-color="#01d65a"></ix-icon-button>
The icon still has the default color.
Angular
v2.4.1
https://stackblitz.com/edit/rkgdsn?file=src%2Fapp%2Fbutton-with-icon.html
The text was updated successfully, but these errors were encountered:
Hello @georg-adler, thank you for reaching out.
Please use one of the predefined color names from the library.
E.g.:
icon-color="color-warning"
Sorry, something went wrong.
No branches or pull requests
Prerequisites
What happened?
I'm using icon buttons in my app and would like to customize the icon color. For that i set the icon-color attribute like this:
<ix-icon-button icon="info" variant="primary" icon-color="#01d65a"></ix-icon-button>
The icon still has the default color.
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.4.1
Code to produce this issue.
https://stackblitz.com/edit/rkgdsn?file=src%2Fapp%2Fbutton-with-icon.html
The text was updated successfully, but these errors were encountered: