mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
ui: fix side menu button margins and position
This commit is contained in:
@@ -37,16 +37,15 @@ function Header(props) {
|
||||
<Icon.ChevronLeft size={38} color="fontPrimary" />
|
||||
</Box>
|
||||
)}
|
||||
<Box
|
||||
<Icon.Menu
|
||||
onClick={toggleSideMenu}
|
||||
height={38}
|
||||
ml={-5}
|
||||
sx={{
|
||||
ml: 0,
|
||||
mr: 4,
|
||||
display: ["block", "none", "none"],
|
||||
}}
|
||||
>
|
||||
<Icon.Menu size={38} />
|
||||
</Box>
|
||||
size={38}
|
||||
/>
|
||||
<Heading fontSize="heading" color={titleColor || "text"}>
|
||||
{title || params.title}
|
||||
</Heading>
|
||||
|
||||
Reference in New Issue
Block a user