I'm trying to build a Menu Tree that will change color on Hover event and I have this part resolved without a problem. The issue is that I want to change the color of my menu item icons to match the text of the item without hovering over the icon specifically.
Mouse hovering on menu item
Mouse hovering on icon of menu item
What should I be binding the navIcon and icon color values to in order for them to match the color of the item text while hovering?