Change the 'Create' label in the resource create page
I just want to change the color and the text inside
protected function getCreateFormAction(): Action
{
return Action::make('create')
->label('Pay')
->submit('create')
->color('success');
}