diff --git a/config/pageTheme.ts b/config/pageTheme.ts index 91900a9..22273b8 100644 --- a/config/pageTheme.ts +++ b/config/pageTheme.ts @@ -719,7 +719,7 @@ export const qrCodePageStyles = { flexDirection: 'column', alignItems: 'center', justifyContent: 'center', - minHeight: 200, + height: 250, border: '2px dashed', borderColor: dragging || hasFile ? 'success.main' : 'divider', borderRadius: 3,