Skip to content

Commit

Permalink
Update QR button size
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 18, 2024
1 parent c23e332 commit ee14633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/QR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function QR({ className }: { className?: string }) {
<button
onClick={() => setIsShown(true)}
title='show QR'
className='w-14 h-14 sm:w-20 sm:h-20 rounded-full p-1 shadow-lg bg-gradient-to-br from-red-400 to-red-600 flex items-center justify-center hover:from-red-500 hover:to-red-600 hover:shadow-lg transition-all duration-200 outline-none focus:from-red-500 focus:to-red-600 focus:shadow-lg text-4xl sm:text-6xl'
className='w-14 h-14 sm:w-20 sm:h-20 rounded-full p-1 shadow-lg bg-gradient-to-br from-red-400 to-red-600 flex items-center justify-center hover:from-red-500 hover:to-red-600 hover:shadow-lg transition-all duration-200 outline-none focus:from-red-500 focus:to-red-600 focus:shadow-lg text-4xl sm:text-5xl'
>
<QrCode2Icon fontSize='inherit' className='text-white' />
</button>
Expand Down

0 comments on commit ee14633

Please sign in to comment.