diff --git a/apps/mobile/app/screens/settings/restore-backup/index.tsx b/apps/mobile/app/screens/settings/restore-backup/index.tsx index 692098e78c..8d9492fe3d 100644 --- a/apps/mobile/app/screens/settings/restore-backup/index.tsx +++ b/apps/mobile/app/screens/settings/restore-backup/index.tsx @@ -240,7 +240,8 @@ const restoreBackup = async (options: { } ToastManager.show({ - heading: "Backup restored successfully" + heading: "Backup restored successfully", + type: "success" }); await db.initCollections();