Shivam311's picture
feat: CodeAtlas Enterprise - IBM Bob Engineering Intelligence Platform
3a7842d
Raw
History Blame Contribute Delete
196 Bytes
import { MiniMap } from '@xyflow/react';
export default function WorkflowMinimap() {
return <MiniMap nodeColor={(node) => node.data?.color || '#38bdf8'} maskColor="rgba(8, 11, 20, 0.72)" />;
}