-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
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;
}
Happy to try to submit a PR when I get the time
Thanks,
Simon
eli8527benjitaylor
Metadata
Metadata
Assignees
Labels
No labels