I have an svg that has #shadow-root content that houses a down arrow with a fill on it. See images.
I want to edit this fill to make it transparent, but I do not have access to the html. The only way I can think of is removing the element from the dom and adding in the same element html without the fill. Is there a better way?