added the amount checker
This commit was merged in pull request #556.
This commit is contained in:
@@ -34,7 +34,7 @@ export default function GroupMemberTable({ selectedList }) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`w-full p-8 bg-white dark:bg-dark-gray overflow-hidden rounded-2xl section-shadow`}
|
||||
className={`w-full p-8 dark:bg-dark-gray overflow-hidden rounded-2xl section-shado bg-[#fffef6]`}
|
||||
>
|
||||
<div className="relative w-full overflow-x-auto sm:rounded-lg flex flex-col justify-between min-h-[400px]">
|
||||
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||
@@ -79,8 +79,8 @@ export default function GroupMemberTable({ selectedList }) {
|
||||
</tr>
|
||||
))
|
||||
) : (
|
||||
<tr className="font-bold text-xl text-dark-gray dark:text-white whitespace-nowrap">
|
||||
<td className="p-2">No Members Found</td>
|
||||
<tr className="font-semibold text-xl text-dark-gray dark:text-white whitespace-nowrap">
|
||||
<td className="p-2">No Members Found. Please add</td>
|
||||
</tr>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user