Hello, I have several icons, named as “Vector”.
I also created a button component with a nested icon. When I change the icon of a Button instance, the icon color changes correctly.
The problem arises when I want to update or change the icon color in the main component, it does not affect the button instances and I have to reset the component and change the icon again
It is somewhat non-scalable if the button component has been implemented in different parts of the project.
I would appreciate it if you could help me solve the problem.