diff --git a/src/app/components/Container.tsx b/src/app/components/Container.tsx index 013a1c941a..3493f53cce 100644 --- a/src/app/components/Container.tsx +++ b/src/app/components/Container.tsx @@ -31,7 +31,7 @@ function Container({
diff --git a/src/app/screens/LNURLPay/index.tsx b/src/app/screens/LNURLPay/index.tsx index bc68de8724..2672013185 100644 --- a/src/app/screens/LNURLPay/index.tsx +++ b/src/app/screens/LNURLPay/index.tsx @@ -329,31 +329,37 @@ function LNURLPay() { } return ( - -
- - {isMessage && ( -
- {descriptionList.map(([dt, dd]) => ( - <> -
{dt}
-
{dd}
- - ))} -
- )} -
-
-
-
+
+ +
+ + {isMessage && ( +
+ {descriptionList.map(([dt, dd]) => ( + <> +
{dt}
+
{dd}
+ + ))} +
+ )} +
+
+
+
+
); } @@ -412,12 +418,9 @@ function LNURLPay() { description={getRecipient()} image={navState.origin?.icon || getImage()} /> -
-
-
+ +
+
<> {formattedMetadata(details.metadata).map( @@ -480,7 +483,7 @@ function LNURLPay() { )} {(showNameField() || showEmailField()) && ( -
+
{tCommon("actions.more")}{" "} {showMoreFields ? ( @@ -522,7 +525,7 @@ function LNURLPay() { )}
)} -
+
-
+