lara-zeus / bolt

form builder for your users, with so many use cases
https://larazeus.com/bolt
MIT License
186 stars 32 forks source link

Light/Dark theme #313

Closed dkstudio86 closed 4 months ago

dkstudio86 commented 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"?

dkstudio86 commented 4 months ago

Solved adding

export default {
    darkMode: 'selector',
  // ...
}

in tailwind.config.js.