You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 addingfill="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
information-circle-outline.svg
orwarning-outline.svg
in a project.Code Reproduction URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: