I'm trying to change a button icon image to an image on my computer, yet prime react doesn't seem to allow me to do this. I have tried:
- linking the button to an external style-sheet and changing background image from there.
- Using an inline style attribute style={ }
No avail, any help is appreciated!