Styling on filament table in custom blade view works great on local dev, broken on server

Hey y'all, so I made a filament table that I'm showing in a blade component. On my local machine, styling works great. On the server, the styling is all messed up, like the filament styles are not being imported or are being overwritten. I've included two shots, the one with the random white elements is the server, the other one is local. I've tried everything I can think of. I've cleared the cache every which way from sunday, including in Cloudflare, and of course on my browsers. I made sure storage was linked, published the filament assets. I don't understand why it would be different on the server than on local, any tips would be appreciated!
No description
No description
1 Reply
Vexmachina
Vexmachina2mo ago
Figured it out after several hours! It was fixed by adding "./vendor/filament/**/*.blade.php", to tailwind config!