feat: fixed dark mode compliancy for nodes and background

ref: N25B-114
This commit is contained in:
JGerla
2025-10-02 13:12:01 +02:00
parent 70ebb16359
commit 0a4a3fb46c
2 changed files with 7 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ import {
useEdgesState,
reconnectEdge,
addEdge,
MiniMap,
MarkerType,
type Edge,
type Connection,
@@ -110,6 +111,7 @@ const VisProgUI = ()=> {
proOptions={{hideAttribution: true }}
>
<Controls />
<MiniMap />
<Background />
</ReactFlow>
</div>