Option to retain override size (RESOLVED)

Can we have an option to retain the override size instead of reverting to the variant size.

The scenario I have is with a button component. The button is used throughout the project and has a different widths, when using the change interaction the button size is reverted to the main component and not the instance.

4 Likes

Strangest thing – this actually seemed to be working for me until today and something has happened to this behaviour across all my projects.

1 Like

Ok so I figured out what was happening.
My hover frame variant was 1px wider… therefore when switching variants it would resize to the “Hover” variant size. After correcting this mistake and making them the same width, the override size for the instance is respected.
Happy to close this one off as it is working correctly :slight_smile:

1 Like