F
Filament10mo ago
rasul

disable dark theme in livewire component for tables or forms

->darkMode(false) or ->defaultThemeMode(ThemeMode::Light) not work for extend components by default load dark theme how to disable in livewire components or simple pages?
No description
3 Replies
rasul
rasulOP10mo ago
?
johnllobrera
johnllobrera10mo ago
did you fix it?
rasul
rasulOP10mo ago
yes my tailwind config for front end template > darkMode: 'selector',

Did you find this page helpful?