Filament Styling seems to be broken after composer update
After doing composer update which update a lot of packages.
4 Replies
console errors?
php artisan about --only=Filament
What is the output?No console errors, that's why its strange. I checked my tailwind config file and its all in place and use to work just fine until i did composer update.
output of php artisan about --only=Filament
had the same / similar happen a little while ago. Problem was some plugin css that I included in the theme.css of the panel. Check if you have any custom css or imports and remove them (all of them at first, and if it helps, add them back one by one).
Thank you Josef, let me try that