Closed atmonshi closed 2 years ago
I am not sure if this the correct fix! I changed the app.css with tailwind calls
app.css
@tailwind components; @tailwind utilities;
and ran npm aging, and this seams to fix the issue
I think this issue happened now after this update https://github.com/filamentphp/filament/pull/3712/files
Thanks for your PR. I also did some testing and refactoring so I merged the changes in #9
I am not sure if this the correct fix! I changed the
app.css
with tailwind callsand ran npm aging, and this seams to fix the issue