From f95adcdef6d7c44edf162a5ae6d45798055ba821 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 18 Jun 2024 18:21:11 +0700 Subject: [PATCH] fix cart style --- app/modules/Cart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/Cart.tsx b/app/modules/Cart.tsx index 8e00de8e..d7cbd319 100644 --- a/app/modules/Cart.tsx +++ b/app/modules/Cart.tsx @@ -354,7 +354,7 @@ function CartLineQuantityAdjust({ line }: { line: CartLine }) {