@eventcatalog/visualiser 3.15.3 → 3.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles-core.css +4 -0
- package/package.json +1 -1
package/dist/styles-core.css
CHANGED
|
@@ -3332,6 +3332,10 @@
|
|
|
3332
3332
|
stroke-width: 1.5 !important;
|
|
3333
3333
|
transition: stroke-width 0.15s ease;
|
|
3334
3334
|
}
|
|
3335
|
+
.eventcatalog-visualizer .react-flow__edges marker path {
|
|
3336
|
+
fill: var(--ec-edge-stroke, #6b7280);
|
|
3337
|
+
stroke: var(--ec-edge-stroke, #6b7280);
|
|
3338
|
+
}
|
|
3335
3339
|
.eventcatalog-visualizer .react-flow__edge-interaction {
|
|
3336
3340
|
stroke-width: 40 !important;
|
|
3337
3341
|
cursor: pointer;
|
package/package.json
CHANGED