diff --git a/client/src/pages/TicketDetail.tsx b/client/src/pages/TicketDetail.tsx index dca6046..4e07663 100644 --- a/client/src/pages/TicketDetail.tsx +++ b/client/src/pages/TicketDetail.tsx @@ -54,8 +54,6 @@ const AUDIT_COLORS: Record = { const COMMENT_ACTIONS = new Set(['COMMENT_ADDED', 'COMMENT_DELETED']) -const selectClass = - 'w-full bg-gray-800 border border-gray-700 text-gray-100 rounded-lg px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent' function SidebarField({ label, children }: { label: string; children: React.ReactNode }) { return (