removed padding inside table

This commit is contained in:
polaris
2024-07-01 15:00:36 -04:00
parent e39a8718f2
commit 1410028235

View File

@ -34,7 +34,7 @@ export function DataTable<TData, TValue>({
}); });
return ( return (
<div className="rounded-md border "> <div className="rounded-md border ">
<Table> <Table>
<TableHeader> <TableHeader>
{table.getHeaderGroups().map((headerGroup) => ( {table.getHeaderGroups().map((headerGroup) => (