Hi! I have a button component with a hover state (basically a variant that shows while hovering). Is there a way to change it’s color on instances for both states?
For instance:
The main component default has a light blue background and a dark blue background on hover. This works.
However, on an instance of this component, when I change the default background color to light red and the hover background color to dark red (change the variant to ‘hover’, change the color and switch back to default), the dark blue background remains on hover when I run it as a prototype…
Is there a way to achieve this correctly?
Thanks in advance!