mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 08:18:50 +02:00
Load app.css before filament styles (#1575)
This commit is contained in:
parent
ec0727b406
commit
75863c50d1
@ -112,7 +112,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
);
|
||||
|
||||
FilamentView::registerRenderHook(
|
||||
PanelsRenderHook::STYLES_AFTER,
|
||||
PanelsRenderHook::STYLES_BEFORE,
|
||||
fn () => Blade::render("@vite(['resources/css/app.css'])")
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user