From cd9c6d236517c89281cc37b8dd783934ea248491 Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Mon, 8 Dec 2025 11:43:58 +0530 Subject: [PATCH] removed color for collection action butttons --- src/components/collections/CollectionList.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/collections/CollectionList.jsx b/src/components/collections/CollectionList.jsx index ad1ff5c0..6663bebd 100644 --- a/src/components/collections/CollectionList.jsx +++ b/src/components/collections/CollectionList.jsx @@ -225,7 +225,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => { className="dropdown-item cursor-pointer" onClick={() => setViewCollection(row.id)} > - + View @@ -245,7 +245,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => { }) } > - + Add Payment @@ -263,7 +263,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => { }) } > - + Mark Payment