Skip to content

Commit

Permalink
dark gray instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Nov 7, 2023
1 parent 85bd190 commit afba1c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/components/DiscoveryGraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
'text-wrap': 'ellipsis',
'text-max-width': '100px',
'text-margin-x': 0,
'text-margin-y': -2
'text-margin-y': -2,
color: '#111827'
}
});
Expand All @@ -145,7 +146,7 @@
selector: `node[type\\.${type}]`,
style: {
shape: 'rectangle',
'background-image': svg(icon, 'black'),
'background-image': svg(icon, '#111827'),
'background-fit': 'cover',
'background-color': 'white'
}
Expand Down

0 comments on commit afba1c2

Please sign in to comment.