Closed dkstudio86 closed 4 months ago
I'm using Bolt with Filament for administration and a frontend with Breeze for final user. In the frontend I need to show Bolt's Forms with light theme but it always show with dark theme.
Is there any way to force "light theme"?
Solved adding
export default { darkMode: 'selector', // ... }
in tailwind.config.js.
I'm using Bolt with Filament for administration and a frontend with Breeze for final user. In the frontend I need to show Bolt's Forms with light theme but it always show with dark theme.
Is there any way to force "light theme"?