From 86077557a8453da75137273ab5c56ff4e45d4384 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 13 Mar 2026 19:44:03 +0100 Subject: [PATCH] style: redesign org delete modal to match delete account style Red border, frosted overlay, destruction items as prominent red-bordered cards with warning icons instead of small bullet points. Button text changed to "Delete Forever". --- components/settings/OrganizationSettings.tsx | 79 +++++++++++--------- 1 file changed, 42 insertions(+), 37 deletions(-) diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 9c67627..fa8a958 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -1335,22 +1335,17 @@ export default function OrganizationSettings() { initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} - className="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm p-4" + className="fixed inset-0 z-50 flex items-center justify-center bg-white/80 dark:bg-neutral-900/80 backdrop-blur-sm p-4 pointer-events-none" >
-
-
- -
-

Delete Organization?

-
-
- -

- This action cannot be undone. The following will be permanently deleted: + +

+ This action is irreversible. The following will be permanently deleted:

- +
+ + + All notifications and settings + +
+
-
-
+