@localstack/appinspector-ui 1.0.94 → 1.0.95
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27006,7 +27006,7 @@ var TraceGraph = ({
|
|
|
27006
27006
|
/* @__PURE__ */ jsx142(
|
|
27007
27007
|
Background,
|
|
27008
27008
|
{
|
|
27009
|
-
bgColor: theme.palette.background.
|
|
27009
|
+
bgColor: theme.palette.background.default,
|
|
27010
27010
|
color: theme.palette.text.disabled
|
|
27011
27011
|
}
|
|
27012
27012
|
)
|