Filament v3 Wizard layout color schema.
Ever since i switched to Filament v3 the color schema of the Wizzard layout form changedfrom the default (light) to dark. I tried to add the
In the
config/filament.php
but it didn't do anything
How can i change it back to the original or create a custom theme ?6 Replies
Is this just in a certain browser? Check the browser's Localstorage/etc caches.
$panel->darkMode(false)
in your panel providerEdge and chrome are the same
i am using the FormBuilder...forgot to tag it i have tagged it already ....tough i forgot to do it
Solution
Did you config
darkMode: 'class'
in the tailwind config?no i have not added it
under witch key should i add it ?
inside the key for the colors
theme.extend.colors
?
nvm found it thank youi had to add except the dark mode and present key in the tailwind config
https://filamentphp.com/docs/3.x/forms/installation#installing-tailwind-css