From 6db92c1c5cf25151c8b2f22690c127fbf4ee17ce Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 31 Oct 2023 22:52:50 +0100 Subject: [PATCH] qr image customization example --- sdk/apps/modal-example/src/routes/alephCustom.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk/apps/modal-example/src/routes/alephCustom.tsx b/sdk/apps/modal-example/src/routes/alephCustom.tsx index b79c54ba..b411a4fa 100644 --- a/sdk/apps/modal-example/src/routes/alephCustom.tsx +++ b/sdk/apps/modal-example/src/routes/alephCustom.tsx @@ -6,6 +6,11 @@ import toast from 'solid-toast' const RECEIVER = '5CFRopxy991HCJj1HYtUQjaaBMw9iRLE9jxPndBsgdCjeJj5' +export const customFennecXml = ` + +` + export default function Polkadot() { const [adapter, setAdapter] = createSignal() const [eager, setEager] = createSignal(false) @@ -46,6 +51,7 @@ export default function Polkadot() { } `, qrConfigOverride: { + image: customFennecXml, dotsOptions: { color: 'gold' }