fix table header opacity on hover

This commit is contained in:
2024-07-14 12:54:42 +02:00
parent bb16b2db43
commit f8d2e0be9c

View File

@@ -65,7 +65,7 @@ const TableRow = forwardRef<
<tr
ref={ref}
className={cn(
"border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
"border-b transition-colors data-[state=selected]:bg-muted",
className,
)}
{...props}