@movable/ui 1.0.1 → 1.0.2

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/lib/index.mjs CHANGED
@@ -8765,6 +8765,7 @@ const jp = ({ children: e }) => {
8765
8765
  }, La = ({ children: e, sx: t }) => S.jsx(jp, { children: ({ elevation: r, position: n }) => S.jsx(vs, { position: n, sx: {
8766
8766
  p: 0,
8767
8767
  background: (o) => o.palette.neutral00,
8768
+ border: "none",
8768
8769
  color: (o) => o.palette.text.primary,
8769
8770
  "&.MuiAppBar-positionSticky": {
8770
8771
  boxShadow: r ? "0px 3px 17px 2px rgba(0, 0, 0, 0.05)" : 0