How do I change the pointer icon when clicking a button on CSS/React?
I'm working on a cursor button for a website that changes the style of the cursor whenever the button is active (I'm using an svg file). Right now I have it to where it changes the style of the cursor,…