windy-radix-palette icon indicating copy to clipboard operation
windy-radix-palette copied to clipboard

Add .light class support to override custom properties

Open garand opened this issue 9 months ago • 0 comments

I may explore making a PR for this, but it would be very useful I think to generate a .light class that can be used to set all of the properties to light mode again, in the same way that the .dark class works.

My use case is in dark mode, there are certain sections that I want to still force to be light mode. I can do the reverse of what I want by setting class="dark" on the parent of the section if the page is in light mode, but I can't do class="light" if the page is in dark mode.

garand avatar Apr 28 '24 16:04 garand