Help with Button Styling in Livewire Component Using Filament
Hello everyone!
I'm currently facing an issue with button styling within my Livewire component in a Filament project. Despite using Tailwind CSS classes, the styles don't seem to apply correctly, and I suspect that Filament's default styles might be overriding them.
Here is the snippet of my buttons in the Livewire view.
Could someone guide me on how to correctly apply custom styles to buttons in a Livewire component when using Filament? Any tips on how to ensure my Tailwind styles take precedence over Filament's defaults would be greatly appreciated.
Thank you in advance!
1 Reply
If you suspect that Filament overrides them did you check via DevTools?
Do you have a custom theme? Might also be TW classes that aren’t used within filament and therefore not included