Relative Content

Tag Archive for htmlreactjssvgtailwind-css

How to set dark mode for SVG circle and it’s properties

I am using tailwind css in one of my react application where i used one SVG tag for circular progress bar. In the page i used to set the dark theme, Where in click of theme icon page converts to black and white. Other control used in the page is working fine. But the SVG image used for polygon and circle which have properties like stroke and fill. Which i am not able to convert to dark.