Skip to content

Commit fa425e4

Browse files
Update dashboard/src/components/GraphTemplateDetail.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 74cd2d4 commit fa425e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dashboard/src/components/GraphTemplateDetail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ const GraphVisualizer: React.FC<{ nodes: NodeTemplate[] }> = ({ nodes }) => {
212212
type: 'default',
213213
animated: false,
214214
style: {
215-
stroke: '#87ceeb',
215+
stroke: 'var(--chart-1)',
216216
strokeWidth: 2,
217217
strokeDasharray: 'none',
218218
},
219219
markerEnd: {
220220
type: MarkerType.ArrowClosed,
221221
width: 10,
222222
height: 10,
223-
color: '#87ceeb',
223+
color: 'var(--chart-1)',
224224
},
225225
});
226226
} else {

0 commit comments

Comments
 (0)