From 3fca873d4ef3a03f212923d1e67b663325392a64 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Thu, 21 Dec 2023 18:09:27 +0100 Subject: [PATCH] minor padding change in dashboard --- src/components/Balance.tsx | 2 +- src/screens/Payment/Receive/Invoice.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Balance.tsx b/src/components/Balance.tsx index 5115f482..93e89082 100644 --- a/src/components/Balance.tsx +++ b/src/components/Balance.tsx @@ -174,7 +174,7 @@ const styles = ScaledSheet.create({ board: { borderBottomLeftRadius: 50, borderBottomRightRadius: 50, - paddingHorizontal: '30@s', + paddingHorizontal: '20@s', paddingTop: '40@vs', paddingBottom: '50@vs', minHeight: '50%' diff --git a/src/screens/Payment/Receive/Invoice.tsx b/src/screens/Payment/Receive/Invoice.tsx index 3c49d118..fe40f475 100644 --- a/src/screens/Payment/Receive/Invoice.tsx +++ b/src/screens/Payment/Receive/Invoice.tsx @@ -112,7 +112,6 @@ export default function InvoiceScreen({ navigation, route }: TMintInvoicePagePro txt={t('cancel')} handlePress={() => void handlePayment(true)} /> -