bg-muted/20 for table head

This commit is contained in:
Oliver Bryan
2026-01-21 16:46:41 +00:00
parent e512822a7e
commit 525e8139b9

View File

@@ -41,7 +41,7 @@ export function IssuesTable({
return (
<Table className={cn("table-fixed", className)}>
<TableHeader>
<TableRow hoverEffect={false}>
<TableRow hoverEffect={false} className="bg-muted/20">
{(columns.id == null || columns.id === true) && (
<TableHead className="text-right w-10 border-r">ID</TableHead>
)}