refactor: standardize ticket detail card and tab styling
This commit is contained in:
@@ -20,7 +20,7 @@ export function TicketActionCard({
|
||||
}: TicketActionCardProps) {
|
||||
return (
|
||||
<Card>
|
||||
<CardHeader className="pb-4">
|
||||
<CardHeader>
|
||||
<CardTitle className="flex items-center gap-2 text-base">
|
||||
<Icon className={cn('size-4 text-primary', iconClassName)} />
|
||||
{title}
|
||||
|
||||
Reference in New Issue
Block a user