table style updated

This commit was merged in pull request #810.
This commit is contained in:
victorAnumudu
2024-10-08 16:40:41 +01:00
parent 48d66d263e
commit 31b411dcab
6 changed files with 14 additions and 10 deletions
@@ -18,7 +18,7 @@ function RecentActivityTable({ payment }) {
};
return (
<div className="p-4 flex flex-col justify-between min-h-[500px]">
<div className="py-4 flex flex-col justify-between min-h-[500px]">
{payment?.data?.length > 0 ?
<table className="wallet-activity w-full table-auto border-collapse text-left">
<thead className="w-full">