@localstack/appinspector-ui 1.0.123 → 1.0.124
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
|
@@ -30923,7 +30923,7 @@ var ServiceNode = memo11(({ data, selected }) => {
|
|
|
30923
30923
|
"cursor": "pointer",
|
|
30924
30924
|
"maxWidth": 220,
|
|
30925
30925
|
"minWidth": 140,
|
|
30926
|
-
"outline": selected ? `2px solid ${theme.palette.primary.main}` : `1px solid ${theme.palette.divider}`,
|
|
30926
|
+
"outline": selected ? `2px solid ${outlineColor ?? theme.palette.primary.main}` : `1px solid ${theme.palette.divider}`,
|
|
30927
30927
|
"overflow": "hidden",
|
|
30928
30928
|
"position": "relative",
|
|
30929
30929
|
"transition": "all 0.3s ease"
|