set height
This commit is contained in:
parent
992173f5cc
commit
61afd9bb0c
@ -23,6 +23,7 @@ export default function NavbarCollapsed({ isLoggedIn }: Props) {
|
||||
// borderBottom: "1px solid #E3E3E3",
|
||||
}}
|
||||
sx={{
|
||||
height: "51px",
|
||||
py: "6px",
|
||||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
@ -30,7 +31,7 @@ export default function NavbarCollapsed({ isLoggedIn }: Props) {
|
||||
}}
|
||||
>
|
||||
<PenaLogo width={100} />
|
||||
<IconButton sx={{ p: 0, height: "30px", width: "30px" }}>
|
||||
<IconButton sx={{ p: 0, height: "30px", width: "30px", color: "black" }}>
|
||||
<MenuIcon sx={{ height: "30px", width: "30px" }} />
|
||||
</IconButton>
|
||||
</SectionWrapper>
|
||||
|
Loading…
Reference in New Issue
Block a user