@mx-cartographer/experiences 7.11.2 → 7.11.3
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/CHANGELOG.md +4 -0
- package/dist/insights/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4090,7 +4090,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
4090
4090
|
position: "sticky",
|
|
4091
4091
|
sx: (m) => ({
|
|
4092
4092
|
boxShadow: "none",
|
|
4093
|
-
borderBottom: `1px solid ${m.palette.
|
|
4093
|
+
borderBottom: `1px solid ${m.palette.divider}`,
|
|
4094
4094
|
borderRadius: 0,
|
|
4095
4095
|
justifyContent: "center",
|
|
4096
4096
|
height: d.height,
|