+
Session Details
+
Optional: Add ticket and client info for easier tracking
-
-
+
Client Name
setClientName(e.target.value)}
placeholder="e.g., Acme Corp"
className={cn(
- 'mt-1 block w-full rounded-md border border-white/10 bg-black/50 px-3 py-2',
- 'text-white placeholder:text-white/40',
- 'focus:border-white/30 focus:outline-none focus:ring-1 focus:ring-white/20'
+ 'mt-1 block w-full rounded-md border border-border bg-card px-3 py-2',
+ 'text-foreground placeholder:text-muted-foreground',
+ 'focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary/20'
)}
/>
@@ -587,8 +587,8 @@ export function TreeNavigationPage() {