From b94512bd59427c9909e7698fc1b34fbda33a551c Mon Sep 17 00:00:00 2001 From: nithish Date: Wed, 17 Sep 2025 12:07:13 +0530 Subject: [PATCH] gvdh --- ECommerce-Website/client/src/Components/Cart/Cart.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ECommerce-Website/client/src/Components/Cart/Cart.jsx b/ECommerce-Website/client/src/Components/Cart/Cart.jsx index 2ba2a1c7..675a8d74 100644 --- a/ECommerce-Website/client/src/Components/Cart/Cart.jsx +++ b/ECommerce-Website/client/src/Components/Cart/Cart.jsx @@ -43,11 +43,11 @@ const BottomWrapper = styled(Box)` const StyledButton = styled(Button)` display: flex; margin-left: auto; - background: #fb641b; + background: #2dfb1aff; color: #fff; - border-radius: 2px; + width: 250px; - height: 51px; + `; const Cart = () => {