Is it possible to Allow component instance overrides to be inherited by all states?
Hey everyone,
I'm working on a bigger project with a lot of components which I need to use in different sizes and with different labels. I created a master component with a placeholder text that says "label" and a hover state which changes only the color of the component.
When I use instances of said component I need to change the label and the size for every single instance and I want the new size and same new text in the hover state of my instance. But the changes I make to an instance do not apply to the hover state. Whenever I hover over an instance of my component it resizes back to the smaller size and the text changes back to "label".
Is there a way to link label and size of the new default state to the hover state? Changing every single hover state manually isn't a time efficent way to work.
{Renamed By MOD}
