(UI) fix regression on Logs page

This commit is contained in:
Ishaan Jaff 2025-05-10 09:25:21 -07:00
parent 8ab4ad1355
commit 2c8f4efd33

View file

@ -45,7 +45,7 @@ export function DataTable<TData, TValue>({
});
return (
<div className="rounded-lg custom-border table-wrapper">
<div className="rounded-lg custom-border">
<Table className="[&_td]:py-0.5 [&_th]:py-1">
<TableHead>
{table.getHeaderGroups().map((headerGroup) => (