Primary color set as an array not working.
Hello! I have tried to use custom color pallet as described in the docs https://filamentphp.com/docs/3.x/panels/themes#changing-the-colors
I have added it to the
using class on an element like
I ran
I have added it to the
$panel like so:using class on an element like
bg-primary-500 works, but shades are not applying.I ran
npm run build command.