From e276091b3411675ecacb4b7f41ff54cb20fc23dc Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 9 Apr 2025 00:07:20 -0500 Subject: [PATCH] Refine recipe overlay button --- src/recipe/PhotoRecipeOverlayButton.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/recipe/PhotoRecipeOverlayButton.tsx b/src/recipe/PhotoRecipeOverlayButton.tsx index 73c20202..a8476bbf 100644 --- a/src/recipe/PhotoRecipeOverlayButton.tsx +++ b/src/recipe/PhotoRecipeOverlayButton.tsx @@ -27,8 +27,9 @@ export default function PhotoRecipeOverlayButton({ }} className={clsx( 'text-medium', - 'border-medium rounded-md shadow-none', - 'px-[3px] py-[3px] my-[-3px]', + 'rounded-md shadow-none', + 'border-[1.5px] border-medium', + 'p-0 size-5 inline-flex items-center justify-center', 'hover:bg-extra-dim active:bg-dim', className, )}>