From e6b62b8900650f4e5ef9344758f8486572b6eb4f Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 17 Dec 2024 10:53:35 +0000 Subject: [PATCH] delete destructive --- apps/ios/Shared/Views/ChatList/ChatListNavLink.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift index f2a90f146e..cc863da500 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListNavLink.swift @@ -370,7 +370,7 @@ struct ChatListNavLink: View { ] if let gi = groupInfo, gi.canDelete { - buttons.append(.default(Text("Delete")) { + buttons.append(.destructive(Text("Delete")) { AlertManager.shared.showAlert(deleteGroupAlert(gi)) }) }