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
Right now if I leave the color blank fa("robot", fill=NULL) then the color ends up being #000000. I would really like it to be the color of whatever element it's contained in (like if it's in the middle of an h1 block then have it take the same color as that text). It doesn't seem like there is a way to do this--can that functionality be added?
The text was updated successfully, but these errors were encountered:
Great suggestion, thanks for filing the issue! I’ll look into this soon, I’m sure it’s possible. I also agree that the default behavior should be to inherit the color of the parent element.
Right now if I leave the color blank
fa("robot", fill=NULL)
then the color ends up being #000000. I would really like it to be the color of whatever element it's contained in (like if it's in the middle of an h1 block then have it take the same color as that text). It doesn't seem like there is a way to do this--can that functionality be added?The text was updated successfully, but these errors were encountered: