diff --git a/frontend/src/Components/Order/ProgressBar.jsx b/frontend/src/Components/Order/ProgressBar.jsx index ab672e51..2d27c479 100644 --- a/frontend/src/Components/Order/ProgressBar.jsx +++ b/frontend/src/Components/Order/ProgressBar.jsx @@ -2,16 +2,16 @@ import React from 'react' import { FaShoppingCart, FaShippingFast, FaCheckCircle } from 'react-icons/fa' const ProgressBar = ({ currentStep }) => { - const totalSteps = 3 - + const totalSteps = 3 + const icons = [ , , - , + , ] return ( -
+
{Array.from({ length: totalSteps }, (_, index) => (
{

- Chathura milan

- -
- -
) } diff --git a/frontend/src/Pages/Shop/ShopList.jsx b/frontend/src/Pages/Shop/ShopList.jsx index 7a6d711f..a4289f29 100644 --- a/frontend/src/Pages/Shop/ShopList.jsx +++ b/frontend/src/Pages/Shop/ShopList.jsx @@ -118,10 +118,11 @@ const ShopList = () => { {/* Search Bar */} setSearchTerm(e.target.value)} - className="mb-5 border border-gray-300 rounded-lg p-2 w-full focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500" + className="mb-5 border border-gray-300 rounded-full p-2 w-full hover:border-green-500 focus:border-green-500 focus:outline-none focus:ring-1 focus:ring-green-500 transition duration-200" + /> {/* Loading Message */} diff --git a/frontend/src/Pages/Shop/ShopPage.jsx b/frontend/src/Pages/Shop/ShopPage.jsx index 45642375..7cb0e716 100644 --- a/frontend/src/Pages/Shop/ShopPage.jsx +++ b/frontend/src/Pages/Shop/ShopPage.jsx @@ -69,10 +69,10 @@ const ShopPage = () => {
diff --git a/frontend/src/Pages/farmer/FarmerDashboard.jsx b/frontend/src/Pages/farmer/FarmerDashboard.jsx index 5d0d2174..4f8a8a3a 100644 --- a/frontend/src/Pages/farmer/FarmerDashboard.jsx +++ b/frontend/src/Pages/farmer/FarmerDashboard.jsx @@ -337,6 +337,8 @@ const Dashboard = () => { placeholder="Search orders..." startContent={} onChange={(e) => setSearch(e.target.value)} + className="border border-gray-50 hover:border-green-500 focus:border-green-500 focus:outline-none transition duration-200 rounded-full" + />
{ + @@ -465,9 +470,6 @@ const Dashboard = () => { - diff --git a/frontend/src/Pages/order/Cart.jsx b/frontend/src/Pages/order/Cart.jsx index bb8566a4..a059fec4 100644 --- a/frontend/src/Pages/order/Cart.jsx +++ b/frontend/src/Pages/order/Cart.jsx @@ -82,8 +82,10 @@ const Cart = () => { return (
-
-
+
+
+ +

My Shopping Cart

diff --git a/frontend/src/Pages/order/DeleteOrder.jsx b/frontend/src/Pages/order/DeleteOrder.jsx index 88af3a63..841a80dd 100644 --- a/frontend/src/Pages/order/DeleteOrder.jsx +++ b/frontend/src/Pages/order/DeleteOrder.jsx @@ -37,7 +37,7 @@ const DeleteOrder = ({ Close