I'm creating a Text Input and I have an icon that can change to a badge, for example. However, when I swap the icon for the badge, it inherits the border radius from the Text Input's property and doesn't keep the badge's.
Example: The Instance Swap has 0px, and the badge has a 4px border radius. When I do the instance swap, the badge appears with a 0px border radius and not the 4px defined for the badge. And this happens with any other component I swap.
Is there a way to make the Instance Swap retain the characteristics of the component chosen in the swap?
