Alejandro Sanchez
Results
2
comments of
Alejandro Sanchez
I removed the color-scheme altogether from my css, and the button now renders correctly in both dark and light themes (I have a switch that changes data-theme="light" / "dark" in...
I just had :root { color-scheme: light dark; } in my index.css and removed that line, for some reason this made it work.