@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.cjs
CHANGED
|
@@ -26993,7 +26993,7 @@ var TraceGraph = ({
|
|
|
26993
26993
|
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
26994
26994
|
import_react63.Background,
|
|
26995
26995
|
{
|
|
26996
|
-
bgColor: theme.palette.background.
|
|
26996
|
+
bgColor: theme.palette.background.default,
|
|
26997
26997
|
color: theme.palette.text.disabled
|
|
26998
26998
|
}
|
|
26999
26999
|
)
|