Tailwind Class not generating for custom component

I am working on a custom component for a Filament dashboard but it looks like Tailwind classes that aren't already used with Filament are not generating. For example to test; adding a red border( border-red-500 ) shows in the source of the page but that classes is not generated
2 Replies
Dennis Koch
Dennis Koch3mo ago
You need a custom theme. Check the docs for that.
Adam
Adam3mo ago
Have you checked to see if your tailwind config file has been configured to look at your custom component files?

Did you find this page helpful?