How to change the color of buttons
Hi second time i am asking this question how i can change the color of the buttons, i want to change the on the create resource second button it does not have the specific class it was just added filament classes how i can fix these problem
6 Replies
Try Tables\Actions\DeleteAction::make()->button()->color('danger')->size(ActionSize::ExtraSmall),
or ->color( Color::hex('#000000') ) , I don't remember if this works
Yes, this works
use Filament\Support\Colors\Color;
thanks do you know how i can edit the color of the text button
Nope.. sorry
Okay thanks