laravel filament Color class use numeric scale
Is it possible to adapt the scale of the Color class palette ?
I now use :
'Actions\DeleteAction::make()->color(Color::Zinc)'
It defaults to Zinc-600. But I want Zinc-200.
1 Reply
So use a custom color which is the 200 color?