diff --git a/apps/mobile/app/components/list-items/note/index.tsx b/apps/mobile/app/components/list-items/note/index.tsx
index 3ebbfb8f7..e8c40cf9a 100644
--- a/apps/mobile/app/components/list-items/note/index.tsx
+++ b/apps/mobile/app/components/list-items/note/index.tsx
@@ -465,8 +465,8 @@ const NoteItem = ({
>
{isTrash ? (
extends NavigationProps {
get: (
@@ -210,7 +212,11 @@ const NotesPage = ({
});
}}
onPressDefaultRightButton={onPressFloatingButton}
+ style={{
+ paddingHorizontal: Spacing.LEVEL_2
+ }}
/>
+
{
paragraph: strings.clearTrashDesc(),
positiveText: strings.clear(),
negativeText: strings.cancel(),
+ centered: true,
+ icon: "warning-circle",
+ iconType: "error",
+ iconFamily: "notesnook",
positivePress: async () => {
await db.trash?.clear();
useTrashStore.getState().refresh();
@@ -51,7 +55,7 @@ const onPressFloatingButton = () => {
context: "local"
});
},
- positiveType: "errorShade"
+ positiveType: "accent"
});
};
const PLACEHOLDER_DATA = (trashCleanupInterval = 7) => ({