Fix zoom controls contrast in topology view (#1066)

This commit is contained in:
Iqbal Muhammad Hasbi
2026-05-13 15:29:30 +07:00
committed by GitHub
parent 58788a0d31
commit 003be82d97
2 changed files with 25 additions and 1 deletions
@@ -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>