Override color of nested component
I have a logo component, for example, that is blue. It is nested in a header component. When I put this in my footer compent and change the color to grey it reverts back to blue on every new footer instance.
Is there anyway to fix this?

