Question
Nested Buttons reset label property when the component they are used in changes size variant
Here is my situation:
Main Button component (layout and 3 sizes) → themed Button Component (Colors) → Button Group.
The button group also has three sizes, the buttons placed in the Group component are set accordingly.
Now when I change a button within the button group to a different color (variant of Themed Button) everything is fine UNTIL I change the size of the button group component then the label is set to default. It doesn’t matter if I set a Property on the label in the Main button component or not. All layers are named correctly (triple checked)
