mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix zoom controls contrast in topology view (#1066)
This commit is contained in:
@@ -304,7 +304,7 @@ export default function ProviderTopology({ providers = [], activeRequests = [],
|
||||
nodesConnectable={false}
|
||||
elementsSelectable={false}
|
||||
>
|
||||
<Controls showInteractive={false} />
|
||||
<Controls showInteractive={false} className="react-flow-controls-custom" />
|
||||
</ReactFlow>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user