-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
triageNew issuesNew issues
Description
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.
Expected Behavior
The dots in icons should inherit the color using fill="currentColor"
so that they can be styled with CSS.
Steps to Reproduce
- Use icons like
information-circle-outline.svg
orwarning-outline.svg
in a project. - Attempt to change the color of the icon using CSS.
- 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
Labels
triageNew issuesNew issues