new color scheme?

This commit is contained in:
Milo Schwartz 2024-10-15 23:52:58 -04:00
parent 84e118d1fa
commit b651fabfcd
No known key found for this signature in database
7 changed files with 80 additions and 54 deletions

View file

@ -58,7 +58,7 @@ const TableRow = React.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 bg-muted",
className
)}
{...props}