diff --git a/src/components/tickets/ticket-checklist-card.tsx b/src/components/tickets/ticket-checklist-card.tsx index 973ec13..45c4655 100644 --- a/src/components/tickets/ticket-checklist-card.tsx +++ b/src/components/tickets/ticket-checklist-card.tsx @@ -455,7 +455,6 @@ export function TicketChecklistCard({ type="button" variant="outline" size="sm" - className="border-slate-300 bg-white text-xs font-medium text-slate-700 shadow-sm hover:border-slate-400 hover:bg-slate-50" onClick={async () => { if (!actorId) return try {