#How to change the color of buttons

8 messages · Page 1 of 1 (latest)

polar lily
#

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

remote terraceBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

bleak gorge
#

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;

polar lily
#

thanks do you know how i can edit the color of the text button