From 209542b1fa2b668bb530c271b23f419fbe5beb4e Mon Sep 17 00:00:00 2001 From: Joseph John Aas Cooper <33054985+cooper-joe@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:46:46 +0100 Subject: [PATCH] fix: use destructive style for delete menu items --- src/components/sectionList/listActions/DeleteAction.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sectionList/listActions/DeleteAction.tsx b/src/components/sectionList/listActions/DeleteAction.tsx index 04975263e..017c3a59e 100644 --- a/src/components/sectionList/listActions/DeleteAction.tsx +++ b/src/components/sectionList/listActions/DeleteAction.tsx @@ -45,6 +45,7 @@ export function DeleteAction({ <> }