diff --git a/web-wallet/src/lib/components/Allocate/Allocate.svelte b/web-wallet/src/lib/components/Allocate/Allocate.svelte
index e7714c5d07..53af14e372 100644
--- a/web-wallet/src/lib/components/Allocate/Allocate.svelte
+++ b/web-wallet/src/lib/components/Allocate/Allocate.svelte
@@ -314,7 +314,7 @@
flex-direction: column;
justify-content: center;
align-items: flex-start;
- gap: var(--gap-medium);
+ gap: var(--medium-gap);
align-self: stretch;
border-radius: var(--fieldset-border-radius);
diff --git a/web-wallet/src/lib/components/Receive/Receive.svelte b/web-wallet/src/lib/components/Receive/Receive.svelte
index 49ed0b4c96..f44d381c19 100644
--- a/web-wallet/src/lib/components/Receive/Receive.svelte
+++ b/web-wallet/src/lib/components/Receive/Receive.svelte
@@ -4,6 +4,7 @@
import { createEventDispatcher } from "svelte";
import { mdiArrowLeft, mdiContentCopy } from "@mdi/js";
+ import { AppAnchorButton } from "$lib/components";
import { Button, QrCode } from "$lib/dusk/components";
import { toast } from "$lib/dusk/components/Toast/store";
@@ -37,9 +38,10 @@
{#if !hideBackButton}
-