Allow component instance overrides to be inherited by all states
Currently (XD 24.0.22.19), if I drop an instance of a component and then adjust part of it (text in a button, size of the instance, etc.), that override is only applied to the selected state of the instance. So, if I have a button with many states (normal, hover, disabled, active, default action, etc.) I have to manually apply that override to each state of the instance. This is extremely tedious and error prone.
Please provide the ability to have an override of an instance be inherited by all states in that component instance.
-
Hugo commented
Off course !!!!!!
-
Andrew Gordon commented
When creating a new state of a button - if you already have multiples of that component, the new state doesnt keep the text overrides for the new components. It would be nice if you could keep that text change throughout.
i.e.
If Default State has text layer named "label" with a text override
every other state keeps the text override on the text layer named "label".