From edde7a247a26fa1e5d433afd2f6040451ccf9645 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Sat, 19 Oct 2024 12:45:08 -0400 Subject: [PATCH] adjust table styling --- src/app/[orgId]/sites/components/DataTable.tsx | 2 +- src/components/ui/table.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[orgId]/sites/components/DataTable.tsx b/src/app/[orgId]/sites/components/DataTable.tsx index 59841b3b..c1807af3 100644 --- a/src/app/[orgId]/sites/components/DataTable.tsx +++ b/src/app/[orgId]/sites/components/DataTable.tsx @@ -79,7 +79,7 @@ export function DataTable({ Add Site -
+
{table.getHeaderGroups().map((headerGroup) => ( diff --git a/src/components/ui/table.tsx b/src/components/ui/table.tsx index d6f6cc2f..ab9c94cd 100644 --- a/src/components/ui/table.tsx +++ b/src/components/ui/table.tsx @@ -87,7 +87,7 @@ const TableCell = React.forwardRef< >(({ className, ...props }, ref) => (
))