still messing with colors

This commit is contained in:
Milo Schwartz 2024-10-17 22:12:02 -04:00
parent 1bc67c191b
commit efefae238b
No known key found for this signature in database
5 changed files with 32 additions and 33 deletions

View file

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