aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/QR.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/components/QR.tsx')
-rw-r--r--packages/demobank-ui/src/components/QR.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/demobank-ui/src/components/QR.tsx b/packages/demobank-ui/src/components/QR.tsx
index 198e7b4c6..4e95137e1 100644
--- a/packages/demobank-ui/src/components/QR.tsx
+++ b/packages/demobank-ui/src/components/QR.tsx
@@ -41,11 +41,11 @@ export function QR({ text }: { text: string }): VNode {
>
<div
style={{
- width: "50%",
- minWidth: 200,
- maxWidth: 300,
- marginRight: "auto",
- marginLeft: "auto",
+ width: "50%",
+ minWidth: 200,
+ maxWidth: 300,
+ marginRight: "auto",
+ marginLeft: "auto",
}}
ref={divRef}
/>