-
+
{typeFilter === 'procedural' ? 'Projects' : typeFilter === 'troubleshooting' ? 'Troubleshooting Flows' : 'Flow Library'}
-
+
{typeFilter === 'procedural'
? 'Step-by-step projects and runbooks'
: typeFilter === 'troubleshooting'
@@ -267,8 +267,8 @@ export function TreeLibraryPage() {
@@ -288,16 +288,16 @@ export function TreeLibraryPage() {
onChange={(e) => setSearchQuery(e.target.value)}
onKeyDown={(e) => e.key === 'Enter' && handleSearch()}
className={cn(
- 'flex-1 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'
+ 'flex-1 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'
)}
/>