diff --git a/packages/ui/src/components/shadcn/ui/table.tsx b/packages/ui/src/components/shadcn/ui/table.tsx index ae60bcbcd5..d4841181f8 100644 --- a/packages/ui/src/components/shadcn/ui/table.tsx +++ b/packages/ui/src/components/shadcn/ui/table.tsx @@ -52,10 +52,7 @@ const TableRow = React.forwardRef ( td]:hover:bg-surface-200 data-[state=selected]:bg-muted', - className - )} + className={cn('border-b group data-[state=selected]:bg-muted', className)} {...props} /> ) @@ -151,7 +148,10 @@ const TableCell = React.forwardRef< >(({ className, ...props }, ref) => ( ))