Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3k stars 880 forks source link

Make swal buttons all look similar #5463

Closed pxpm closed 4 months ago

pxpm commented 4 months ago

Some swals had the bg-secondary on the cancel button, others don't.

That was creating weird looks across the app, even more noticeable using dark theme.

I think we should wrap the swals in our application in a BackpackSwal Component, allowing us to use less code/repetition to trigger similar modals.

This is the "cheap way" for now to fix it.