I’m not sure if this problem was already identified, so feel free to delete this post.
I currently create a library for my company. In my library I have some components that inherit from other components (like icons in icon buttons). When I update my library, I reset all my components to the default style.
For example :
I created an icon button component which is just an icon instance wrapped into a board. On my library file, I use the default icon variant; for me, it is a trash icon.
On my design file I change the icon for the play arrow variant.
I made a change to the library file (updating colors, adding new component,…). Then I update the library in my design file.
Play arrow button is back to the trash icon.
Is the problem from my side (incorrect component setting) or from the penpot side?