-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We should set the icon fills to currentColor so that we can adjust their color using css.
ie:
<svg width="16px" height="16px" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill="white" fill-rule="evenodd" clip-rule="evenodd"></path>
</svg>
would become:
<svg width="16px" height="16px" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
</svg>
not sure how to make this backwards compatible in a feasible manner though, will look into it when this becomes priority
Metadata
Metadata
Assignees
Labels
No labels