Person page working

This commit is contained in:
2025-03-10 22:55:16 -04:00
parent 5a2c8a8936
commit c9ceeea3b4
21 changed files with 757 additions and 47 deletions

View File

@@ -25,7 +25,7 @@ export default function TableBody({
>
<div
className={clsx(
"bg-neutral-200 dark:bg-neutral-700",
"bg-neutral-200 dark:bg-neutral-700 h-14",
{
"py-4 my-2": elementIndex < row.length - 1,
"rounded-l pl-2": elementIndex === 0,