Preset messes up my styling
The default Laravel login screen looks like this after setting the Filament preset in tailwind.config.js. What am I doing wrong?
4 Replies
Without preset:
Hm okay, maybe I don't need that? π€
There's something wrong with the
gray
color that it's definingI am now using the preset but removing the
gray
color. Not sure if that's a terrible idea, but it's better than not using the preset at all I guess π¬I am also seeing this issue
The preset seems to mess up all laravel auth routes that come with breeze. when I comment it out all looks well, but then filament views have issues.
Deleting the gray color in the preset also fixed the issue for me