@applica-software-guru/react-admin 1.0.69 → 1.0.70

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.
@@ -7395,7 +7395,8 @@ const CD = (e) => {
7395
7395
  ...B
7396
7396
  }, v) => {
7397
7397
  const S = dt();
7398
- return t = S.palette.mode === "dark" ? t || !0 : t, /* @__PURE__ */ ne(
7398
+ return t = S.palette.mode === "dark" ? t || !0 : t, /** @ts-ignore */
7399
+ /* @__PURE__ */ ne(
7399
7400
  nP,
7400
7401
  {
7401
7402
  elevation: d || 0,
@@ -19842,8 +19843,6 @@ const LN = _i(Sd, {
19842
19843
  ...e.mixins.toolbar,
19843
19844
  backgroundColor: e.palette.background.paper,
19844
19845
  justifyContent: "flex-end",
19845
- // Fix: needed to avoid disalignment with the top content.
19846
- paddingRight: "20px !important",
19847
19846
  "& .RaToolbar-defaultToolbar": {
19848
19847
  justifyContent: "right",
19849
19848
  paddingBottom: e.spacing(2),