diff --git a/frontend/src/components/FileExplorer.tsx b/frontend/src/components/FileExplorer.tsx index dd4ff05..683f7fd 100644 --- a/frontend/src/components/FileExplorer.tsx +++ b/frontend/src/components/FileExplorer.tsx @@ -2076,7 +2076,7 @@ export default function FileExplorer({ onLogout }: FileExplorerProps) { initial={{ width: 0 }} animate={{ width: `${percentage}%` }} style={{ - backgroundColor: batch.status === 'error' ? 'var(--color-danger)' : 'var(--color-accent)', + backgroundColor: batch.status === 'error' ? 'var(--color-danger)' : batch.status === 'complete' ? 'var(--color-success)' : 'var(--color-accent)', }} />