use tailwind in blade view that get's pulled into filament
Hi i am using a custom blade view and rendering it in an wizard make step, if I add tailwind css to the blade view it does not take, If I add @vite('resources/css/app.css') to the top for the blade file it works but has a strange blue tint in dark mode for the admin panel. hope you can help, thanks
3 Replies
Why don’t you register the theme as mentioned in the docs?
@Dennis Koch I have registered a theme, but confused how the theme will dictate the blade view? sorry for the noob question, hope you can help
but confused how the theme will dictate the blade viewI don't understand what you mean? What should a theme "dictate"? Did you follow the docs on creating a theme with Filament?