Skip to content

Commit

Permalink
fix: share modal cls
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 8, 2023
1 parent eef4ddd commit 48a5923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/shared/ShareModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface ShareData {
export const ShareModal: FC<ShareData> = ({ url, text, title }) => {
return (
<div className="relative grid grid-cols-[200px_auto] gap-5">
<div className="qrcode inline-block">
<div className="qrcode inline-block h-[200px] w-[200px] bg-gray-200/80 dark:bg-zinc-800/90">
<QRCodeSVG
value={url}
className="aspect-square w-[200px]"
Expand Down

1 comment on commit 48a5923

@vercel
Copy link

@vercel vercel bot commented on 48a5923 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.