Skip to content

Commit dea8b32

Browse files
committed
fix qr height and width
1 parent 6fa928d commit dea8b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/trade/transaction-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default function TransactionsList({
3838
size={1000}
3939
qrStyle="dots"
4040
style={{
41-
width: "4in",
42-
height: "4in",
41+
width: "100%",
42+
height: "100%",
4343
margin: "0 auto",
4444
}}
4545
/>

0 commit comments

Comments
 (0)