Refactor_Expenses #321

Merged
pramod.mahajan merged 249 commits from Refactor_Expenses into hotfix/MasterActivity 2025-08-01 13:14:59 +00:00
Showing only changes of commit fa9736b620 - Show all commits

View File

@ -46,11 +46,15 @@ const ExpensePage = () => {
<div className="col-7 col-sm-8 text-end gap-2"> <div className="col-7 col-sm-8 text-end gap-2">
<button <button
type="button" type="button"
className="btn btn-sm btn-primary me-2" data-bs-toggle="tooltip"
data-bs-offset="0,8"
data-bs-placement="top"
data-bs-custom-class="tooltip"
title="Add New Expense"
className={`p-1 me-2 bg-primary rounded-circle `}
onClick={() => setNewExpense(true)} onClick={() => setNewExpense(true)}
> >
<span className="icon-base bx bx-plus-circle me-1"></span> <i className="bx bx-plus fs-4 text-white"></i>
Add New
</button> </button>
</div> </div>
</div> </div>