Aurko
How can I get the trigger of the filament's dark-light toggle button?
.a{ color: black; }
.b{ color: red; }
<p>Hello World</p>
In here, I want to add class 'a' in light mode, and add class 'b' in dark mode. And this class-add and class-remove will do when the dark mode button triggers.
This is my issue actually!
42 replies