Hi,
I have a line item component that has a nested icon component of 16px.
In my project doc, I need to create an instance with a 24px icon.
Is there a way to have the master component support different sized icons, or will I have to create multiple master components?
The latter would make the design system way more bloated and less flexible. Currently I haven’t found a solution… I only manage to change the icon and have it scale to fit the frame, not to adapt the larger icon size and shift the auto-layout accordingly.
Thanks