perf: Update agent extraction UI styling and labels

This commit is contained in:
zhsama
2026-02-05 16:55:22 +08:00
parent 8235ad9e62
commit 7446779198
7 changed files with 36 additions and 20 deletions

View File

@ -27,7 +27,7 @@ const SUB_GRAPH_EXTRACTOR_POSITION = {
const defaultViewport: Viewport = {
x: SUB_GRAPH_EDGE_GAP,
y: 50,
zoom: 1.3,
zoom: 1,
}
const SubGraphContent: FC<SubGraphProps> = (props) => {