Skip to content

bug: Dots in icons missing fill="currentColor" attribute #1420

@andrewzn69

Description

@andrewzn69

Current Behavior

The dots in icons like information-circle-outline.svg have a black color by default and cannot be changed with CSS or any other method. The only way to fix this is by adding fill="currentColor" to the dot <path/> in SVG.

1732667659

Expected Behavior

The dots in icons should inherit the color using fill="currentColor" so that they can be styled with CSS.

1732667720

Steps to Reproduce

  1. Use icons like information-circle-outline.svg or warning-outline.svg in a project.
  2. Attempt to change the color of the icon using CSS.
  3. Observe that the dots remain black and do not inherit the color from the parent element.

Code Reproduction URL

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions