In my design library, I’ve created an Icon set as a component, allowing me to switch icons through properties. I then utilized this set of icons within my buttons.
One particular button set includes a hover effect that fills the background with the color of the strokes from its default state. However, a problem arises when I use a button and switch the icon from my set; in the hover state, the icon color remains unchanged.
🤔How can I enable the icon to change its color in this scenario?