+
{formatDate(plan?.date)}
64:30h
@@ -225,7 +254,7 @@ export function DataTableTimeSheet({ data }: { data?: IDailyPlan[] }) {
style={{ backgroundColor: statusColor(status).bgOpacity }}
type="button"
className={clsxm(
- "flex flex-row-reverse justify-end items-center w-full h-9 rounded-sm gap-x-2 hover:no-underline px-2",
+ "flex flex-row-reverse justify-end items-center w-full h-[50px] rounded-sm gap-x-2 hover:no-underline px-2",
statusColor(status).text,
)}
>
@@ -238,13 +267,13 @@ export function DataTableTimeSheet({ data }: { data?: IDailyPlan[] }) {
({rows.length})