Registering new colors on filament
I want to register a new color "secondary" color. I followed the steps right here:
https://filamentphp.com/docs/4.x/styling/colors#registering-extra-colors
But it seems like it does nothing, what i tried:
https://filamentphp.com/docs/4.x/styling/colors#registering-extra-colors
But it seems like it does nothing, what i tried:
- instead of using "secondary" i used a random name just to test and still nothing works.
- i added the same color with its shade in tailwind.config.css, same issue.
- Also tried to use instead of a custom color and still the same issue
Solution
These might be of help
https://stackoverflow.com/a/79499827
https://tailwindcss.com/docs/colors#using-a-custom-palette
So something like
in your custom theme I guess? Haven't tried it
https://stackoverflow.com/a/79499827
https://tailwindcss.com/docs/colors#using-a-custom-palette
So something like
in your custom theme I guess? Haven't tried it