Skip to content

svg fill issue #58

@simonlindsaynotion

Description

@simonlindsaynotion

Hi team, we are adding this tool to our site and we have the following css in our root css file:

svg {
   fill: currentColor
}

Which means the Agentation svgs become fill. We fixed it with the following css, but wondering if this could be built in:

[data-feedback-toolbar] svg,
[data-annotation-popup] svg,
[data-annotation-marker] svg {
	fill: unset;
}
Image

Happy to try to submit a PR when I get the time

Thanks,
Simon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions