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 (
<div className="rounded-md border ">
<div className="rounded-md border ">
<Table>
<TableHeader>
{table.getHeaderGroups().map((headerGroup) => (