changed the swipeable drawer to use a different variant when closed so the faded background doesn't linger
This commit is contained in:
parent
4c8664841f
commit
2c4aceb13c
4 changed files with 22 additions and 24 deletions
|
|
@ -129,7 +129,6 @@ export default function Header(props: Props) {
|
|||
<HeaderButtons hasTeams={hasTeams} team={team} user={user} />
|
||||
</Box>
|
||||
</Toolbar>
|
||||
|
||||
</AppBar>
|
||||
<SideNavigator open={navOpen} onOpen={() => {setNavOpen(true)}} onClose={() => {setNavOpen(false)}} />
|
||||
{isMobile && <BottomNavigator setNavOpen={() => {setNavOpen(true)}} sideIsOpen={navOpen} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue