@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/components/AppHeader.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/AppHeader.tsx +4 -3
package/dist/index.js
CHANGED
|
@@ -765,12 +765,10 @@ const z0 = ({
|
|
|
765
765
|
position: "static",
|
|
766
766
|
sx: {
|
|
767
767
|
boxShadow: "none",
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
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
|
},
|