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 = () => {