return Actions::make([
Action::make('configure')->label(__('Customize'))
->icon('heroicon-s-adjustments-horizontal')
->color('primary') // This works
->extraAttributes([
'class' => '!text-black !fi-text-black', // Not sure how to force change the currentColor
])
->url(route('button.target'))
]);
return Actions::make([
Action::make('configure')->label(__('Customize'))
->icon('heroicon-s-adjustments-horizontal')
->color('primary') // This works
->extraAttributes([
'class' => '!text-black !fi-text-black', // Not sure how to force change the currentColor
])
->url(route('button.target'))
]);