Form builder theme
Im using the form builder without panels to show forms on my front-end. But i'm also using the panels for the backend. using
->viteTheme('resources/css/filament/admin/theme.css')
styles the backend panels, but not the frontend.
Is there a way to create a theme, or load the admin panel css to style the form on the front-end?1 Reply
ah! adding
'resources/css/filament/admin/theme.css'
to my @vite() directive on the front-end did work. Thanks me