update admin nav item style

This commit is contained in:
fmtabbara
2021-11-30 10:08:29 +00:00
parent a4a4da1121
commit 560b306d32
+7 -3
View File
@@ -96,9 +96,13 @@ export const Nav = () => {
</ListItem>
))}
{clientDetails?.client_address === ADMIN_ADDRESS && (
<ListItem button onClick={handleShowAdmin}>
<ListItemIcon sx={{ color: 'common.white' }}>
<Settings />
<ListItem disableGutters onClick={handleShowAdmin}>
<ListItemIcon
sx={{
minWidth: 30,
}}
>
<Settings sx={{ fontSize: 20, color: 'white' }} />
</ListItemIcon>
<ListItemText primary="Admin" sx={{ color: 'common.white' }} />
</ListItem>