Skip to content

Commit 6a4f817

Browse files
fix: update AppHeader styles to remove background image and enhance … (#394)
…transparency [Storybook Link](https://wandelbotsgmbh.github.io/wandelbots-js-react-components/overview.html)
1 parent a3a54f2 commit 6a4f817

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/AppHeader.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ export const AppHeader = externalizeComponent(
8686
position="static"
8787
sx={{
8888
boxShadow: "none",
89-
background: (theme) => theme.palette.backgroundPaperElevation?.[1],
90-
"& label, a, span": {
91-
textWrap: "nowrap",
89+
backgroundImage: "none",
90+
"& .MuiAppBar-root": {
91+
backgroundImage: "none",
92+
backgroundColor: "transparent",
9293
},
9394
...sx,
9495
}}

0 commit comments

Comments
 (0)