chore: diagram is always in dark mode

Signed-off-by: Maël Gangloff <contact@maelgangloff.fr>
This commit is contained in:
Maël Gangloff
2024-08-29 14:20:42 +02:00
committed by GitHub
parent 8efb8575cb
commit ceea587585

View File

@@ -60,7 +60,7 @@ export function ViewDiagramWatchlistButton({token}: { token: string }) {
<Flex style={{width: '85vw', height: '85vh'}}>
<ReactFlow
fitView
colorMode='system'
colorMode='dark'
defaultEdges={[]}
defaultNodes={[]}
nodesConnectable={false}
@@ -78,4 +78,4 @@ export function ViewDiagramWatchlistButton({token}: { token: string }) {
</Flex>
</Modal>
</>
}
}