From 28f5f5a6dad0eba49d1930cd5e1e53ca771b824a Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 24 Jul 2026 13:04:18 +0500 Subject: [PATCH] mobile: fix deleteAll dialog button color --- apps/mobile/app/screens/settings/failed-inbox-items.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app/screens/settings/failed-inbox-items.tsx b/apps/mobile/app/screens/settings/failed-inbox-items.tsx index fe8b6678d..625cca558 100644 --- a/apps/mobile/app/screens/settings/failed-inbox-items.tsx +++ b/apps/mobile/app/screens/settings/failed-inbox-items.tsx @@ -203,7 +203,7 @@ export const FailedInboxItems = () => { title: strings.deleteAll(), paragraph: strings.deleteAllFailedItemsDesc(), positiveText: strings.delete(), - positiveType: "errorShade", + positiveType: "error-shade-outline", positivePress: async () => { if (result.status !== "pending") { await db.inboxItemsHistory.deleteFailed();