Load app.css before filament styles (#1575)

This commit is contained in:
Charles 2025-08-04 18:11:34 -04:00 committed by GitHub
parent ec0727b406
commit 75863c50d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ class AppServiceProvider extends ServiceProvider
);
FilamentView::registerRenderHook(
PanelsRenderHook::STYLES_AFTER,
PanelsRenderHook::STYLES_BEFORE,
fn () => Blade::render("@vite(['resources/css/app.css'])")
);