remove hover

This commit is contained in:
2025-12-12 21:08:00 -03:00
parent 935d43d8fa
commit 72f049babd
2 changed files with 4 additions and 6 deletions

View File

@@ -310,7 +310,7 @@ export function DataTable<TData, TValue>({
)
})
) : (
<TableRow>
<TableRow className="hover:bg-transparent">
<TableCell
colSpan={columns.length}
className="h-24 text-center"