Altffenser
Styling not getting applied in filament custom-page
I think it has to do with replacing some tailwind variables, try removing
presets: [preset]
from the tailwind.config.js
file.
Note: it remove custom colors from Filament.
The best way to skip this is create your own theme.12 replies
How to create a modal form
Solved. It is too simple, if you are in same situation, I recommend you see:
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component
3 replies