File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ const Visualizer = ({ overview }: VisualizerProps) => {
48
48
onNodesChange = { onNodesChange }
49
49
onEdgesChange = { onEdgesChange }
50
50
fitView
51
+ nodesDraggable = { false }
51
52
>
52
53
< Background />
53
54
< Controls />
Original file line number Diff line number Diff line change 1
1
.react-flow__node {
2
2
font-family : "Poppins" , sans-serif;
3
- color : # 241775 ;
3
+ font-size : 0.6em ;
4
+ color : white;
4
5
border : 1px solid # 241775 ;
6
+ background-color : # 241775 ;
7
+ text-color : white;
8
+ }
9
+ .react-flow__node .selected {
10
+ border : 1px solid # 9bf316 ;
11
+ }
12
+ .react-flow__handle {
13
+ background-color : # 9bf316 ;
14
+ border : 1px solid # 241775 ;
15
+ }
16
+ .react-flow__edge-path {
17
+ stroke : # 241775 ;
5
18
}
6
19
.react-flow__attribution {
7
20
display : none;
You can’t perform that action at this time.
0 commit comments