@wandelbots/wandelbots-js-react-components 2.50.0 → 2.50.1

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.js CHANGED
@@ -765,12 +765,10 @@ const z0 = ({
765
765
  position: "static",
766
766
  sx: {
767
767
  boxShadow: "none",
768
- background: (p) => {
769
- var f;
770
- return (f = p.palette.backgroundPaperElevation) == null ? void 0 : f[1];
771
- },
772
- "& label, a, span": {
773
- textWrap: "nowrap"
768
+ backgroundImage: "none",
769
+ "& .MuiAppBar-root": {
770
+ backgroundImage: "none",
771
+ backgroundColor: "transparent"
774
772
  },
775
773
  ...s
776
774
  },