Hi guys,
I’m working on a multi-brand design system with one shared component library. My header component is also located in this library. My goal is to be able to change the logo in this header since it is going to be used for multiple brands.
I have made another component which holds the logo’s of all the different brands. This logo component is nested in my header component.
However, when I change the logo variant it keeps sticking to the aspect ratio of the default property.
I do not prefer to make a header component for each different website since that breaks my main library. Is there a way around to achieve this goal?