So I have one core component called _Button with some properties and size variants.
I use this component to create a the main Button component with type variants (primary, secondary, flat). The new component inherits Boolean and Text properties, but it does not inherit the size variant property. Why is that? Can this be enabled somehow?