FilamentF
Filament3y ago
ico

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
'dark_mode'=>false,

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 ?
Solution
Did you config darkMode: 'class' in the tailwind config?
Was this page helpful?