-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
BacklogIts part of the team backlogIts part of the team backlog
Description
Prerequisites
- I have read the Contributing Guidelines.
- I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
As described in your documentation there is a "icon-color" or "color" parameter.
Those doesnt have any effect on the color of the icon.
Only way around is setting the color in styles
What type of frontend framework are you seeing the problem on?
Angular (Standalone)
On which version of the frontend framework are you experiencing the issue?
angular/[email protected]
Which version of iX do you use?
v4.2.0
Code to produce this issue.
<div>
<ix-icon-button icon="info" size="12"></ix-icon-button>
<ix-icon-button icon="info" size="16" icon-color="green"></ix-icon-button>
<ix-icon-button icon="info" size="24" icon-color="red"></ix-icon-button>
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BacklogIts part of the team backlogIts part of the team backlog