feat: make empty trash btn destructive

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-10-05 13:25:16 +00:00
parent 7c29f642f1
commit b745ad273e

View File

@@ -151,7 +151,7 @@ function EmptyTrashButton() {
<Button <Button
size="sm" size="sm"
type="button" type="button"
variant="outline" variant="destructive"
onClick={() => { onClick={() => {
setIsDeleteConfirmationDialogOpen(true) setIsDeleteConfirmationDialogOpen(true)
}} }}