Make action bar match theme colour when run as PWA
This commit is contained in:
parent
f78389b6ef
commit
6b4c04c390
2 changed files with 21 additions and 5 deletions
|
@ -132,7 +132,7 @@ const NavList = (props) => {
|
|||
return (
|
||||
<>
|
||||
<Toolbar sx={{ display: { xs: "none", sm: "block" } }} />
|
||||
<List component="nav" sx={{ paddingTop: alertVisible ? "0" : "" }}>
|
||||
<List component="nav" sx={{ paddingTop: { xs: 0, sm: alertVisible ? 0 : "" } }}>
|
||||
{showNotificationPermissionRequired && <NotificationPermissionRequired refreshPermissions={refreshPermissions} />}
|
||||
{showNotificationPermissionDenied && <NotificationPermissionDeniedAlert />}
|
||||
{showNotificationBrowserNotSupportedBox && <NotificationBrowserNotSupportedAlert />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue