diff --git a/src/photo/SharePhotoButton.tsx b/src/photo/SharePhotoButton.tsx index 705451cf..d2bb671f 100644 --- a/src/photo/SharePhotoButton.tsx +++ b/src/photo/SharePhotoButton.tsx @@ -33,6 +33,7 @@ export default function SharePhotoButton({ router.push(shareRoute))} isLoading={isPending} className={cc( + 'min-h-[1.75rem]', 'active:translate-y-[1px]', 'text-gray-500 active:text-gray-600', 'dark:text-gray-400 dark:active:text-gray-300',