changed history page tab style

This commit was merged in pull request #703.
This commit is contained in:
victorAnumudu
2024-04-08 14:51:14 +01:00
parent e5fa6544a5
commit 60ed9e7bcf
5 changed files with 60 additions and 19 deletions
@@ -24,7 +24,7 @@ function RecentActivityTable({ payment }) {
<thead className="border-b-2">
<tr className="text-slate-600">
<th className="p-2">Date</th>
<th className="p-4">Trx.</th>
<th className="p-2">Trx.</th>
<th className="p-2">Amnt./Fee</th>
<th className="p-2">Status</th>
</tr>