style: flush tickets table header
This commit is contained in:
parent
e3578724c2
commit
fcac720f83
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue