Skip to content

Commit

Permalink
Update Player.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xardass committed Jul 2, 2024
1 parent 5896696 commit 77cc342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Player = ({
return (
<div className="flex flex-col items-center">
<div className="p-[5px] border border-gray-divider rounded-[8px] bg-white">
<QRCode value={currentQRCode.toUpperCase()} size={playerSize ?? 250} />
<QRCode value={currentQRCode.toUpperCase()} size={playerSize ?? 180} />
</div>
<p
className={clsx(
Expand Down

0 comments on commit 77cc342

Please sign in to comment.