Skip to content

Commit cb37fd1

Browse files
committed
added code
1 parent d39f808 commit cb37fd1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/index.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
--xy-node-border-radius-default: 8px;
7575

7676
--xy-handle-background-color-default: #ededed;
77-
--xy-handle-border-color-default: #0039ad;
77+
--xy-handle-border-color-default: rgba(0, 57, 173, 0.8);
7878

7979
--xy-edge-label-color-default: #505050;
8080
}
@@ -147,6 +147,12 @@ which is not a descendant of any stage
147147
stroke: var(--xy-theme-edge-hover);
148148
}
149149

150+
/* Edge Markers */
151+
.react-flow__arrowhead polyline {
152+
fill: #0039ad !important;
153+
stroke: #0039ad !important;
154+
}
155+
150156
.react-flow__handle {
151157
background-color: var(--xy-handle-background-color-default);
152158
width: 10px;

app/page.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import {
88
Background,
99
BackgroundVariant,
1010
Controls,
11-
getConnectedEdges,
12-
getIncomers,
13-
getOutgoers,
1411
MarkerType,
1512
MiniMap,
1613
ReactFlow,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy