style: flush tickets table header

This commit is contained in:
esdrasrenan 2025-10-05 00:23:27 -03:00
parent e3578724c2
commit fcac720f83

View file

@ -107,7 +107,7 @@ export function TicketsTable({ tickets = ticketsMock }: TicketsTableProps) {
}
return (
<Card className="rounded-3xl border border-slate-200 bg-white shadow-sm">
<Card className="gap-0 rounded-3xl border border-slate-200 bg-white py-0 shadow-sm">
<CardContent className="p-0">
<Table className="min-w-full overflow-hidden rounded-3xl">
<TableHeader className="bg-slate-100/80">