F
Filament2mo 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
rasul2mo ago
?
johnllobrera
johnllobrera2mo ago
did you fix it?
rasul
rasul2mo ago
yes my tailwind config for front end template > darkMode: 'selector',