mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: use light label color for graph nodes on dark background
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user