@crodgt The welcome page picks up the theme colour preference from your system. You’re seeing “dark mode” because you have your OS colour preference set to a dark mode equivalent.
Feb 5, 2024
2
Level 1
Laravel 10 light mode
Hi, I just installed a fresh laravel 10, and it come with a default dark theme, i am searching in how to switch to light mode, but all i can find is that i have to add darkMode: 'class', in tailwind.config.js file, but it doesnt have any effect, tried modified the app.blade.php adding classes to html and body tag, but cant find a straight way. Not sure if it is a different way depending of the js library installed, like vue or alpine. Can anyone helpe meto a straight way to figure this out? thank you in advance
Please or to participate in this conversation.