@m4l/styles 7.1.2 → 7.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -250,7 +250,7 @@ const o = (r) => ({
250
250
  minHeight: "11px",
251
251
  boxShadow: r.vars.customShadows.z1,
252
252
  border: "1px solid",
253
- borderColor: r.vars.palette.grey[50016]
253
+ borderColor: r.vars.palette.grey[500]
254
254
  }
255
255
  },
256
256
  "& .M4LAreasViewer-windowRootContainer": {