Change modal submit button color
Is possible to change this color the action button only by not using the
->color()
? If I use that it will also change the color in the table action. I only need to change the color in the submit buttonSolution:Jump to solution
Solve by making custom action class:
```php
<?php
namespace App\Filament\CustomActions;...
3 Replies