Skip to content

Commit

Permalink
💄 HeadBar添加半透明效果
Browse files Browse the repository at this point in the history
  • Loading branch information
neila-a committed Oct 29, 2023
1 parent 97e102d commit 3080538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export default function Menu() {
}} sx={{
".MuiDialog-paper": {
maxWidth: "unset"
}
},
zIndex: 38601
}} open={stringToBoolean(control.show)} keepMounted TransitionComponent={Transition}>
<DialogTitle sx={{
m: 0,
Expand Down
1 change: 1 addition & 0 deletions src/app/components/headBar/HeadBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default function HeadBar(props: HeadBarOption): JSX.Element {
zIndex: 38600,
left: 0,
width: "100vw",
opacity: 0.95,
...props.sx
}}>
<Toolbar>
Expand Down

1 comment on commit 3080538

@vercel
Copy link

@vercel vercel bot commented on 3080538 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.