When using Interactive components, I want to be able to create a “master” variant.
For example:
I have a blue primary button with square edges. When I create this component, I want to assign this as the master variant.
I now want to create a hover state, so I make a new variant. I change this so my hover colour is a lighter blue.
I copy the process for all of my different variants and properties of my button states.
A few weeks down the line, someone asks that the buttons now have rounded corners.
Currently, I have to go in and change every single variant individually, but I want to be able to change it in once on my “master variant”. Providing that I haven’t made any overrides on the border radius on the other variants, they should all be updated.