fix: use light label color for graph nodes on dark background

This commit is contained in:
Fringg
2026-03-22 10:18:34 +03:00
parent 2229eeecb0
commit 0cc1cd5871

View File

@@ -342,7 +342,7 @@ export function NetworkGraph({ data, className }: NetworkGraphProps) {
defaultNodeColor: NODE_COLORS.regular,
nodeProgramClasses: { bordered: BorderedNodeProgram },
defaultNodeType: 'bordered',
labelColor: { color: '#111827' },
labelColor: { color: '#e5e7eb' },
labelFont: 'Inter, system-ui, sans-serif',
labelSize: 11,
stagePadding: 40,