diff --git a/src/components/Send.jsx b/src/components/Send.jsx index e2a5017f..9ddc4824 100644 --- a/src/components/Send.jsx +++ b/src/components/Send.jsx @@ -566,9 +566,7 @@ export default function Send() { return ( <> -
+
<> @@ -605,7 +603,7 @@ export default function Send() { {takerStartedInfoAlert.message} )} - + {settings.useAdvancedWalletMode ? t('send.label_account_dev_mode') : t('send.label_account')} diff --git a/src/components/Send.module.css b/src/components/Send.module.css index 5775b9fc..cb7a7e32 100644 --- a/src/components/Send.module.css +++ b/src/components/Send.module.css @@ -118,15 +118,15 @@ input[type='number'] { border-radius: 0.25rem; } -.maker-running .maker-running-form { +.service-running .send-form { filter: blur(2px); } -.maker-running .collaborators-selector { +.service-running .collaborators-selector { filter: blur(2px); } -.maker-running .send-button { +.service-running .send-button { filter: blur(2px); }