In the svgLoader, i loaded an svg file which already has different colours for different 'Path' nested inside a single 'g'. (group) i tried to change the colour then, using svgProxy, like:
<SvgProxy
selector='g'
fill='green'
stroke='green'
/>
But if i change the colorful paths inside my group to black, this correctly works as well