From a9e67c43bb2d776e74678e665367ae1511c8b00c Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 28 Jul 2024 15:19:53 -0500 Subject: [PATCH] Larger delete button, my fingers are too large --- components/cart/delete-item-button.tsx | 4 +-- components/cart/modal.tsx | 39 +++++++++++++------------- components/layout/footer.tsx | 2 +- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/components/cart/delete-item-button.tsx b/components/cart/delete-item-button.tsx index d3cbc5ec7..fb2aa310b 100644 --- a/components/cart/delete-item-button.tsx +++ b/components/cart/delete-item-button.tsx @@ -26,9 +26,9 @@ export function DeleteItemButton({

{message} diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index c6a253626..ca1e34652 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -114,15 +114,11 @@ export default function CartModal() { className="flex w-full flex-col border-b border-neutral-300 dark:border-neutral-700" >

-
+
- -
+
+
- -
- - {item.merchandise.product.title} - - {item.merchandise.title !== DEFAULT_OPTION ? ( -

- {item.merchandise.title} -

- ) : null} -
- + +
+ + {item.merchandise.product.title} + + {item.merchandise.title !== DEFAULT_OPTION ? ( +

+ {item.merchandise.title} +

+ ) : null} +
+ +

- Crafted by ▲ Vercel + Created by ▲ Vercel