Open SamusElderg opened 1 month ago
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
We should set the icon fills to currentColor so that we can adjust their color using css.
ie:
would become:
not sure how to make this backwards compatible in a feasible manner though, will look into it when this becomes priority