We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a54f2 commit 6a4f817Copy full SHA for 6a4f817
src/components/AppHeader.tsx
@@ -86,9 +86,10 @@ export const AppHeader = externalizeComponent(
86
position="static"
87
sx={{
88
boxShadow: "none",
89
- background: (theme) => theme.palette.backgroundPaperElevation?.[1],
90
- "& label, a, span": {
91
- textWrap: "nowrap",
+ backgroundImage: "none",
+ "& .MuiAppBar-root": {
92
+ backgroundColor: "transparent",
93
},
94
...sx,
95
}}
0 commit comments