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'}}>
|
||||
<ReactFlow
|
||||
fitView
|
||||
colorMode='system'
|
||||
colorMode='dark'
|
||||
defaultEdges={[]}
|
||||
defaultNodes={[]}
|
||||
nodesConnectable={false}
|
||||
@@ -78,4 +78,4 @@ export function ViewDiagramWatchlistButton({token}: { token: string }) {
|
||||
</Flex>
|
||||
</Modal>
|
||||
</>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user