nya
Getting table/action styles to work outside a panel
Hi! I have a table in a full-page livewire component outside of a panel. The basic functionality works fine, but for example, the colors applied to buttons by default don't work, because the css file that contains them is (apparently) only loaded on a panel. However, I don't want to create another panel for this (I already have a panel at
/admin
), because the path that the panel would be accessible at already has existing routes. Is there a way to get these css classes loaded somehow, without creating a panel?
The path of the css file in question is public/css/filament/filament/app.cs
, and I'm using filament 3.1 with vite, livewire, etc.7 replies