Highlight Separator Line Between Expense Details and History Section adding border-2 for the thikness of the line.

This commit is contained in:
Kartik Sharma 2025-08-06 11:58:40 +05:30
parent 195af8317a
commit a208bb9a17

View File

@ -363,7 +363,7 @@ const ViewExpense = ({ ExpenseId }) => {
)}
</div>
)}
<hr className="divider my-1 divider-primary" />
<hr className="divider my-1 border-2 divider-primary my-2"/>
{Array.isArray(data?.nextStatus) && data.nextStatus.length > 0 && (
<>