I have a component button created with simple variant of hover state and lets say the size of button 100 * 100 px…now when I take the instance of this button into another component and resize to 45 * 45 px button component…it scales back to its original size on Hover interaction.
Also having this issue with nested components that have any overrides set. Once the nested component is interacted with, all size/color/style overrides are set.