diff --git a/apps/web/src/components/common/QRCodeButton.tsx b/apps/web/src/components/common/QRCodeButton.tsx
index 1e7c7343..ff0854a2 100644
--- a/apps/web/src/components/common/QRCodeButton.tsx
+++ b/apps/web/src/components/common/QRCodeButton.tsx
@@ -37,9 +37,8 @@ export function QRCodeButton({ url, style }: QRCodeButtonProps) {
padding: '4px',
fontSize: '16px',
color: 'rgba(253, 186, 116, 1)',
- width: '100%',
+ height: '100%',
aspectRatio: '1',
- alignSelf: 'stretch',
flexShrink: 0,
...style,
}
@@ -62,7 +61,7 @@ export function QRCodeButton({ url, style }: QRCodeButtonProps) {
Object.assign(e.currentTarget.style, buttonStyles)
}}
>
-
+