font matched

This commit was merged in pull request #765.
This commit is contained in:
victorAnumudu
2024-07-24 17:25:54 +01:00
parent 0e850b2222
commit 9f8b61175e
5 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ function RecentActivityTable({ payment }) {
};
return (
<div className="flex flex-col justify-between min-h-[500px]">
<div className="p-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">