summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/QR.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-20 15:18:36 -0300
committerSebastian <sebasjm@gmail.com>2023-09-21 17:10:07 -0300
commit9a4f9e9b6017cd3be9e4e348a46bc7b38b9a1a0b (patch)
tree9b863c21b650cd49b9f83bbcb770ac3dee98bbe3 /packages/demobank-ui/src/components/QR.tsx
parent2257dd8d5cb3b13701db1aa2a24836801dcbc010 (diff)
downloadwallet-core-9a4f9e9b6017cd3be9e4e348a46bc7b38b9a1a0b.tar.gz
wallet-core-9a4f9e9b6017cd3be9e4e348a46bc7b38b9a1a0b.tar.bz2
wallet-core-9a4f9e9b6017cd3be9e4e348a46bc7b38b9a1a0b.zip
more ui
Diffstat (limited to 'packages/demobank-ui/src/components/QR.tsx')
-rw-r--r--packages/demobank-ui/src/components/QR.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/demobank-ui/src/components/QR.tsx b/packages/demobank-ui/src/components/QR.tsx
index c1c159ef8..945a08867 100644
--- a/packages/demobank-ui/src/components/QR.tsx
+++ b/packages/demobank-ui/src/components/QR.tsx
@@ -33,7 +33,6 @@ export function QR({ text }: { text: string }): VNode {
return (
<div
style={{
- width: "100%",
display: "flex",
flexDirection: "column",
alignItems: "left",
@@ -41,9 +40,7 @@ export function QR({ text }: { text: string }): VNode {
>
<div
style={{
- width: "50%",
- minWidth: 200,
- maxWidth: 300,
+ width: "100%",
marginRight: "auto",
marginLeft: "auto",
}}