From 9c9a5c035b245d8811a601ba2dd134c5c5f124d7 Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Tue, 23 Apr 2024 21:25:05 +0100 Subject: [PATCH] making borders muted --- components/cart/open-cart.tsx | 2 +- components/layout/footer.tsx | 4 ++-- components/ui/logo-square.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/cart/open-cart.tsx b/components/cart/open-cart.tsx index e26faccc2..468effcba 100644 --- a/components/cart/open-cart.tsx +++ b/components/cart/open-cart.tsx @@ -9,7 +9,7 @@ export default function OpenCart({ quantity?: number; }) { return ( -
+
diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 2b33a1124..1d2566e7e 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -16,7 +16,7 @@ export default async function Footer() { return (