Control order of plugin css loaded after core?
We have a 'admin' package that registers the styles using the standard PluginServiceProvider.
This works apart from the css file is loaded before the core Filament (app.css) resulting in the background color for a button not working without the important hack. Trying to avoid registering a full custom theme.
1 Reply
I think the only solution right now would be to load it with a RenderHook instead.