Open holyman2k opened 5 years ago
Hi, I'm using react-open-iconic-svg with bootstrap 4. I ran into a problem where If I embed the icon in button, the icon content stay black
Is there a way to change the icon colour or have the icon respect css colour
<button class="btn btn-primary mb-2"> <PlusIcon /> </button>
<PlusIcon style={{fill: 'orange'}} />
Hi, I'm using react-open-iconic-svg with bootstrap 4. I ran into a problem where If I embed the icon in button, the icon content stay black
Is there a way to change the icon colour or have the icon respect css colour