-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cant change color #23
Comments
Hi major697, |
@seiyable Hi, I added class to my file svg now work when I added fill in html, for example:
but not working when I want change color using CSS: .fill-image-svg { Now not change color to #ffffff. My file SVG:
|
I sending icon and color to component:
<IconComponent name="comment.svg" color="#ffffff" />
In
IconComponent
I get props:But color not change to
#ffffff
.So I trying change color using CSS:
I have structure svg file with color:
svg => g => g
I have class
.my-class
, and I write code:I tryimg using:
but color not change to white.
The text was updated successfully, but these errors were encountered: