Skip to content
Snippets Groups Projects

feat: support darkmode in node link visualization

Merged Dennis Collaris requested to merge feat/nodelink-darkmode into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -50,7 +50,7 @@ export const NLPixi = (props: Props) => {
const app = useMemo(
() =>
new Application({
background: 0xffffff,
backgroundAlpha: 0,
antialias: true,
autoDensity: true,
eventMode: 'auto',
Loading