From 4b648d8e985d1e30e7fbf7ab5885786b1b00ba5b Mon Sep 17 00:00:00 2001 From: im-adithya Date: Fri, 7 Feb 2025 00:03:21 +0530 Subject: [PATCH] fix: add padding to icons --- package.json | 11 ++++++----- pages/Home.tsx | 9 +++++++-- pages/Transactions.tsx | 8 +++++--- pages/settings/wallets/SetupWallet.tsx | 14 +++++++++++--- yarn.lock | 16 ++++++++++++---- 5 files changed, 41 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index b48c830..12560ab 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,12 @@ "dependencies": { "@alevy97/react-native-userdefaults": "^0.2.2", "@getalby/expo-shared-preferences": "^0.0.1", - "@noble/curves": "^1.6.0", "@getalby/lightning-tools": "^5.1.2", "@getalby/sdk": "^3.9.0", - "@popicons/react-native": "^0.0.20", + "@noble/curves": "^1.6.0", + "@popicons/react-native": "^0.0.22", "@react-native-async-storage/async-storage": "1.23.1", + "@react-navigation/native-stack": "^7.2.0", "@rn-primitives/dialog": "^1.0.3", "@rn-primitives/portal": "^1.0.3", "@rn-primitives/switch": "^1.0.3", @@ -42,17 +43,17 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dayjs": "^1.11.10", - "expo-device": "~6.0.2", - "expo-notification-service-extension-plugin": "^1.0.1", - "expo-notifications": "~0.29.11", "expo": "~52.0.20", "expo-camera": "~16.0.10", "expo-clipboard": "~7.0.0", "expo-constants": "~17.0.3", + "expo-device": "~6.0.2", "expo-font": "~13.0.2", "expo-linear-gradient": "~14.0.1", "expo-linking": "~7.0.3", "expo-local-authentication": "~15.0.1", + "expo-notification-service-extension-plugin": "^1.0.1", + "expo-notifications": "~0.29.11", "expo-router": "~4.0.15", "expo-secure-store": "~14.0.0", "expo-splash-screen": "^0.29.18", diff --git a/pages/Home.tsx b/pages/Home.tsx index e7679e1..839ea93 100644 --- a/pages/Home.tsx +++ b/pages/Home.tsx @@ -69,8 +69,13 @@ export function Home() { onPressIn={() => { router.push("/settings"); }} + className="-mr-4 px-6" > - + )} /> @@ -151,7 +156,7 @@ export function Home() { - + ( - { router.back(); }} + className="-mr-4 px-6" > - - + + )} /> {allTransactions && allTransactions.length ? ( diff --git a/pages/settings/wallets/SetupWallet.tsx b/pages/settings/wallets/SetupWallet.tsx index f67eb5c..81bd901 100644 --- a/pages/settings/wallets/SetupWallet.tsx +++ b/pages/settings/wallets/SetupWallet.tsx @@ -171,13 +171,21 @@ export function SetupWallet() { } router.replace("/"); }} + className="-mr-4 px-6" > - + ) : ( <> - setShowHelp(true)}> - + setShowHelp(true)} + className="-mr-4 px-6" + > +