From d9d229b02090b89e5ad7f5b80f1ff01346a989a5 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 6 Mar 2024 10:39:23 +0500 Subject: [PATCH] mobile: change sheet button positions --- .../components/sheets/add-notebook/index.tsx | 36 ++++++++----------- .../app/components/sheets/reminder/index.tsx | 1 + .../app/components/ui/pressable/index.tsx | 5 ++- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/apps/mobile/app/components/sheets/add-notebook/index.tsx b/apps/mobile/app/components/sheets/add-notebook/index.tsx index ed56a48e8..5a0a61f9d 100644 --- a/apps/mobile/app/components/sheets/add-notebook/index.tsx +++ b/apps/mobile/app/components/sheets/add-notebook/index.tsx @@ -112,27 +112,9 @@ export const AddNotebookSheet = ({ paddingHorizontal: 12 }} > - - - {notebook ? "Edit Notebook" : "New Notebook"} - -