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

ArrowDownward Icon bug #455

Open
billwang115 opened this issue Apr 15, 2021 · 0 comments
Open

ArrowDownward Icon bug #455

billwang115 opened this issue Apr 15, 2021 · 0 comments

Comments

@billwang115
Copy link

Describe the bug
The ArrowDownward Material icon has a bug where the color cannot be changed using inline-css.

To Reproduce
Steps to reproduce the behavior:

Just declaring the icon "" produces an icon with a black color instead of red.

Expected behavior
The icon should change colors when the color prop is passed.

Screenshots
If applicable, add screenshots to help explain your problem.

Rimble UI Version

  • 0.10.1 (latest)

Desktop (please complete the following information):

  • OS: Windows
  • Browser : Chrome
  • Version : 89

Additional context
It seems the bug is caused by the nested path element in the svg element for the icon. In the path element in the html, it seems there is an attribute "fill="#010101" that is doesn't appear in other path elements. Removing this attribute from the generated html removes this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant