Skip to content

Commit 5d48751

Browse files
committed
spline #718 Lineage overview UI - make arrows more visible
1 parent 49cdf38 commit 5d48751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client-ui/src/app/model/lineage-graph/lineage-graph.models.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Stylesheet } from 'cytoscape'
2020
export const LINE_WIDTH_PLANE = 10
2121
export const LINE_WIDTH_HIGHLIGHTED = 10
2222
export const LINE_WIDTH_SELECTED = 16
23-
export const LINE_COLOR_PLANE = '#eaeaea'
23+
export const LINE_COLOR_PLANE = '#e0e0e0'
2424
export const LINE_COLOR_SELECTED = 'orange'
2525
export const LINE_COLOR_HLT_PRIMARY = 'black'
2626
export const LINE_COLOR_HLT_LINEAGE = 'magenta'
@@ -125,6 +125,7 @@ export const cyStyles: Partial<Stylesheet>[] = [
125125
'width': LINE_WIDTH_PLANE,
126126
'curve-style': 'bezier',
127127
'target-arrow-shape': 'triangle',
128+
'arrow-scale': 1.5,
128129
},
129130
css: {
130131
'label': (el) => el.data('label') || '',

0 commit comments

Comments
 (0)