+
{t('receive.text_getting_address')}
diff --git a/src/components/Receive.module.css b/src/components/Receive.module.css
index ee7e0334..84925158 100644
--- a/src/components/Receive.module.css
+++ b/src/components/Receive.module.css
@@ -1,6 +1,5 @@
.settings-container {
margin-top: 1.5rem;
- height: 2.25rem;
}
.receive-placeholder-container {
@@ -20,13 +19,17 @@
}
.receive-placeholder-qr-container {
- width: 13.5rem;
- margin-bottom: 0;
+ width: 16.25rem;
}
.receive-placeholder-qr {
- width: 13.5rem;
+ width: 13.75rem;
height: 13.75rem;
- margin-top: 1.25rem;
- margin-bottom: 1.25rem;
+ margin: 1.25rem;
+}
+
+:root[data-theme='dark'] .receive-placeholder-qr {
+ width: 16.25rem;
+ height: 16.25rem;
+ margin: 0;
}
diff --git a/src/components/Send.css b/src/components/Send.css
index 67a72f35..eca78823 100644
--- a/src/components/Send.css
+++ b/src/components/Send.css
@@ -125,8 +125,5 @@ input::-webkit-inner-spin-button {
.send .input-loader {
height: 3.5rem;
-}
-
-.form-group-without-coinjoin-option {
- margin-bottom: 3.25rem;
+ border-radius: 0.25rem;
}
diff --git a/src/components/Send.jsx b/src/components/Send.jsx
index 22652eb8..794ccc87 100644
--- a/src/components/Send.jsx
+++ b/src/components/Send.jsx
@@ -456,7 +456,7 @@ export default function Send() {
frozen
@@ -464,7 +464,7 @@ export default function Send() {
time-locked
@@ -475,7 +475,7 @@ export default function Send() {
JoinMarket documentation
@@ -514,31 +514,12 @@ export default function Send() {
)}
-
- {t('send.label_recipient')}
- {isLoading ? (
-
-
-
- ) : (
- setDestination(e.target.value)}
- isInvalid={destination !== null && !isValidAddress(destination)}
- />
- )}
- {t('send.feedback_invalid_recipient')}
-
{settings.useAdvancedWalletMode ? t('send.label_account_dev_mode') : t('send.label_account')}
{isLoading ? (
-
+
) : (
@@ -563,14 +544,11 @@ export default function Send() {
)}
-
+
{t('send.label_amount')}
{isLoading ? (
-
+
) : (
@@ -609,9 +587,32 @@ export default function Send() {
{isSweep && frozenOrLockedWarning()}
+
+ {t('send.label_recipient')}
+ {isLoading ? (
+
+
+
+ ) : (
+ setDestination(e.target.value)}
+ isInvalid={destination !== null && !isValidAddress(destination)}
+ />
+ )}
+ {t('send.feedback_invalid_recipient')}
+
{isCoinjoinOptionEnabled && (
- setIsCoinjoin(isToggled)} />
+ setIsCoinjoin(isToggled)}
+ />
)}
@@ -624,7 +625,7 @@ export default function Send() {
)}
{isSending ? (
-
+
{t('send.text_sending')}