vaeum / react-open-iconic-svg

https://vaeum.github.io/react-open-iconic-svg/
MIT License
1 stars 3 forks source link

Icon color #4

Open holyman2k opened 5 years ago

holyman2k commented 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 Screen Shot 2019-10-01 at 2 01 38 pm

<button class="btn btn-primary mb-2">
    <PlusIcon />
 </button>
hmassad commented 5 years ago

<PlusIcon style={{fill: 'orange'}} />