Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andrewzn69 opened this issue Nov 26, 2024 · 0 comments
Open

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

andrewzn69 opened this issue Nov 26, 2024 · 0 comments
Labels
triage New issues

Comments

@andrewzn69
Copy link

andrewzn69 commented Nov 26, 2024

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

@andrewzn69 andrewzn69 added the triage New issues label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New issues
Projects
None yet
Development

No branches or pull requests

1 participant