Skip to content

Icon color handling #74

@SamusElderg

Description

@SamusElderg

We should set the icon fills to currentColor so that we can adjust their color using css.

ie:

  <svg width="16px" height="16px" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill="white" fill-rule="evenodd" clip-rule="evenodd"></path>
  </svg>

would become:

<svg width="16px" height="16px" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
  <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
</svg>

not sure how to make this backwards compatible in a feasible manner though, will look into it when this becomes priority

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions