Why isn't my record classes not working?
I have updated my tailwind config and I use the record class as the docs say. The classes are being set, but there is no change in the row the styling is not applying.
Solution:Jump to solution
Well, there's your issue. The classes aren't used within Filament, so you need a custom theme to include theme. Follow the theme docs and come back if you get stuck.
10 Replies
You did recompile your custom theme?
Nope, how do I recompile it ? It is not a custom theme tho.
Solution
Well, there's your issue. The classes aren't used within Filament, so you need a custom theme to include theme. Follow the theme docs and come back if you get stuck.
I have followed the docs of updating tailwind.config.js but let me check the theme docs, thank you.
that function is not working
I need to create theme first?
As I mentioned above: If you use classes that don't exist in Filaments theme, you need to create a theme
Fixed
You must create a custom theme in order for filament to use classes that do not exit in filament themes.
Thank you