react-icons
react-icons copied to clipboard
[Question] Change fill/background color
Given
I'd like to change it to something like this:
Is this possible through css? I tried both fill and backgroundColor attributes for this with no effect.
The icons I tried this with are RxCheckCircled, RxCrossCircled, RxMinusCircled, RxInfoCircled.
if you want to do something like this
you can target your svg icon using css like this .btns a:nth-child(3) svg{ fill:red; }