Skip to content

Icon / Icon-Button Color doesnt change #2398

@kleindani93

Description

@kleindani93

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    BacklogIts part of the team backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions