There’s a bug that affect the component instance every time i have to switch from a different component property to another one.
For instance, I have this button that has two version:
- Button
- Button + Icon.
The Button + Icon has a different padding-left compared to the normal one.
What it happens is that when i have to switch between these two one of theme will inherit the design token of the first selected.
So the button + Icon instead of having a 12px padding-left it will inherit the 16px one form the default button (with no icon).
Any suggestion? I think this looks like a serious but that it needs to be fixed as soon as possible.