Highlight Separator Line Between Expense Details and History Section adding border-2 for the thikness of the line.
This commit is contained in:
parent
195af8317a
commit
a208bb9a17
@ -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 && (
|
||||
<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user