fix: fix row header style issue
This commit is contained in:
parent
983bcd37cf
commit
cf4531c5dd
@ -126,7 +126,7 @@ export function VirtualizedInfiniteDataTable<TData>(
|
||||
{table.getHeaderGroups().map((headerGroup) => (
|
||||
<TableRow
|
||||
key={headerGroup.id}
|
||||
className="bg-background flex w-full"
|
||||
className="bg-background hover:bg-background flex w-full"
|
||||
>
|
||||
{headerGroup.headers.map((header) => {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user