From 12e547723517cb0d90cea6a5eb7d09f3e3f4949e Mon Sep 17 00:00:00 2001 From: G Date: Wed, 8 May 2024 15:33:23 +0000 Subject: [PATCH] rounded container for payment options --- src/screens/HomePageWithPaymentOptions.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/screens/HomePageWithPaymentOptions.tsx b/src/screens/HomePageWithPaymentOptions.tsx index 6f8f898..d487406 100644 --- a/src/screens/HomePageWithPaymentOptions.tsx +++ b/src/screens/HomePageWithPaymentOptions.tsx @@ -98,7 +98,12 @@ const paymentOptionCardWidth = screenWidth / 2 - 30; const paymentOptionCardHeight = paymentOptionCardWidth * 0.65; const PaymentOptionContainer = ({ children }: { children: React.ReactNode }) => { return ( - + {children} ); -- libgit2 0.27.1