Disable dark mode in form builder

Hi all, I'm using the new form builder as a stand alone. How can I tell the form builder to not use dark mode ? Apparently is grabbing the dark or light configuration from the OS
1 Reply
Patrick Boivin
I think you can disable dark mode in the Tailwind config Not sure but maybe simply using the 'class' strategy would work (instead of 'media'): https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually

Did you find this page helpful?