Pattern

Production React Profiler Disabled

prod-react-profiler-bundles-mismatch

The issue is filter: invert(1); part. — in light mode. Tension: you change it from black to white even in light mode. Outcome: try commenting out inverting part. | The icon displays correctly in dark mode, but it's not visible in light mode. Tension: I suspect the issue is related to the color settings or the filter property, but I'm not sure how to fix it. Outcome: why the icon is not displaying in light mode and how to fix it? | Firstly try to remove :hover part — to see your icon always and then try to hover on that. Tension: it changes colour only on hover. Outcome: try commenting out inverting part.