mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix deleteAll dialog button color
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user