removed color for collection action butttons

This commit is contained in:
pramod.mahajan 2025-12-08 11:43:58 +05:30
parent 0a82297396
commit cd9c6d2365

View File

@ -225,7 +225,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => {
className="dropdown-item cursor-pointer" className="dropdown-item cursor-pointer"
onClick={() => setViewCollection(row.id)} onClick={() => setViewCollection(row.id)}
> >
<i className="bx bx-show me-2 text-primary"></i> <i className="bx bx-show me-2 "></i>
<span>View</span> <span>View</span>
</a> </a>
</li> </li>
@ -245,7 +245,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => {
}) })
} }
> >
<i className="bx bx-wallet me-2 text-warning"></i> <i className="bx bx-wallet me-2 "></i>
<span>Add Payment</span> <span>Add Payment</span>
</a> </a>
</li> </li>
@ -263,7 +263,7 @@ const CollectionList = ({ fromDate, toDate, isPending, searchString }) => {
}) })
} }
> >
<i className="bx bx-check-circle me-2 text-success"></i> <i className="bx bx-check-circle me-2 "></i>
<span>Mark Payment</span> <span>Mark Payment</span>
</a> </a>
</li> </li>