#How to change the color of buttons
8 messages · Page 1 of 1 (latest)
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