From e5214e515c9df7a1ebd48386d20acbc7cceb2d23 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 3 May 2025 11:41:43 -0500 Subject: [PATCH] Fix recipe copy button positioning --- src/recipe/PhotoRecipeOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipe/PhotoRecipeOverlay.tsx b/src/recipe/PhotoRecipeOverlay.tsx index 183e0f76..4030d506 100644 --- a/src/recipe/PhotoRecipeOverlay.tsx +++ b/src/recipe/PhotoRecipeOverlay.tsx @@ -134,7 +134,7 @@ export default function PhotoRecipeOverlay({ text={generateRecipeText({ title, data, film })} iconSize={17} className={clsx( - 'translate-y-[1.5px]', + 'translate-y-[-1.5px]', 'text-black/40 active:text-black/75', 'hover:text-black/40', )}