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
Yaeger
YaegerOP2y ago
Without preset:
Yaeger
YaegerOP2y ago
Hm okay, maybe I don't need that? 🤔 There's something wrong with the gray color that it's defining
Yaeger
YaegerOP2y ago
I 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 😬
cmaaccc
cmaaccc16mo ago
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

Did you find this page helpful?