mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
bg-muted/20 for table head
This commit is contained in:
@@ -41,7 +41,7 @@ export function IssuesTable({
|
|||||||
return (
|
return (
|
||||||
<Table className={cn("table-fixed", className)}>
|
<Table className={cn("table-fixed", className)}>
|
||||||
<TableHeader>
|
<TableHeader>
|
||||||
<TableRow hoverEffect={false}>
|
<TableRow hoverEffect={false} className="bg-muted/20">
|
||||||
{(columns.id == null || columns.id === true) && (
|
{(columns.id == null || columns.id === true) && (
|
||||||
<TableHead className="text-right w-10 border-r">ID</TableHead>
|
<TableHead className="text-right w-10 border-r">ID</TableHead>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user