F
Filament3w ago
Seb

How to use filament Tailwind class in a custom page?

Hi, I'm using a custom page in my filament application. In the view, I have a simple button. How to use the filament tailwind class to give the same look as the rest of my application? I tried "dark:bg-custom-500" for example but it's not wrking
Solution:
You need a custom theme.
Jump to solution
1 Reply
Solution
Dennis Koch
Dennis Koch3w ago
You need a custom theme.

Did you find this page helpful?