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?
Screenshot_2024-05-27_at_10.19.04.png
Was this page helpful?