mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: diagram is always in dark mode
Signed-off-by: Maël Gangloff <contact@maelgangloff.fr>
This commit is contained in:
@@ -60,7 +60,7 @@ export function ViewDiagramWatchlistButton({token}: { token: string }) {
|
|||||||
<Flex style={{width: '85vw', height: '85vh'}}>
|
<Flex style={{width: '85vw', height: '85vh'}}>
|
||||||
<ReactFlow
|
<ReactFlow
|
||||||
fitView
|
fitView
|
||||||
colorMode='system'
|
colorMode='dark'
|
||||||
defaultEdges={[]}
|
defaultEdges={[]}
|
||||||
defaultNodes={[]}
|
defaultNodes={[]}
|
||||||
nodesConnectable={false}
|
nodesConnectable={false}
|
||||||
@@ -78,4 +78,4 @@ export function ViewDiagramWatchlistButton({token}: { token: string }) {
|
|||||||
</Flex>
|
</Flex>
|
||||||
</Modal>
|
</Modal>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user