chore: update shadcn ui and tailwind

This commit is contained in:
2025-04-16 13:58:10 +02:00
parent 94acd3c3d5
commit 52c3257786
26 changed files with 597 additions and 723 deletions

View File

@@ -50,7 +50,7 @@ const TableFooter = React.forwardRef<
<tfoot
ref={ref}
className={cn(
"border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",
"border-t bg-muted/50 font-medium last:[&>tr]:border-b-0",
className
)}
{...props}