Hi everyone!
Here is my setup:
- I have a main icon component that has all the sizes and the colors available.
- There is an instance property on the main icon component where designers can select which icon they want (basically a nested component)
- The nested icon component that is selected changes size and color depending on the settings of the main component
Problem:
- We are adopting a new icon library
- I went into the icons that already exist and replaced the .svgs
- I created new icons
- Now all the instances of icon are not obeying the color property set in the parent and need to manually reset and reconfigured. This is hugely manual and annoying... is there something I can do to avoid all this effort, and why is this happening?


