@localstack/appinspector-ui 1.0.158 → 1.0.159
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -32361,7 +32361,7 @@ var MinimapServiceNode = (0, import_react61.memo)(({
|
|
|
32361
32361
|
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
32362
32362
|
"rect",
|
|
32363
32363
|
{
|
|
32364
|
-
fill:
|
|
32364
|
+
fill: theme.palette.background.paper,
|
|
32365
32365
|
height,
|
|
32366
32366
|
rx: 3,
|
|
32367
32367
|
ry: 3,
|
|
@@ -32528,6 +32528,7 @@ var TraceGraph = ({
|
|
|
32528
32528
|
/* @__PURE__ */ (0, import_jsx_runtime145.jsxs)(
|
|
32529
32529
|
import_react62.ReactFlow,
|
|
32530
32530
|
{
|
|
32531
|
+
colorMode: theme.palette.mode,
|
|
32531
32532
|
"data-testid": TRACE_GRAPH_TEST_ID,
|
|
32532
32533
|
edges,
|
|
32533
32534
|
fitView: true,
|