Skip to content

Commit

Permalink
fix: ant-qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Apr 15, 2024
1 parent 36a8e78 commit 6d648b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/qr-code/index.tsx
Expand Up @@ -82,10 +82,10 @@ const QRCode: React.FC<QRCodeProps> = (props) => {
});

const mergedStyle: React.CSSProperties = {
width: size,
height: size,
backgroundColor: bgColor,
...style,
width: 'fit-content',
height: 'fit-content',
};

return wrapCSSVar(
Expand Down

0 comments on commit 6d648b8

Please sign in to comment.