Skip to content

Commit

Permalink
fix: add padding to confirm payment screen
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 2, 2024
1 parent 18ef6ee commit 1b04278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/send/ConfirmPayment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export function ConfirmPayment() {
<Screen
title="Confirm Payment"
/>

<View className="flex-1 justify-center items-center gap-8">
<View className="flex-1 justify-center items-center gap-8 p-6">
<View className="flex flex-col gap-2">
<View className="flex flex-row items-center justify-center gap-2">
<Text className="text-5xl font-bold2 text-foreground">
Expand Down

0 comments on commit 1b04278

Please sign in to comment.