change style list sidebar

This commit is contained in:
AmirHossein Mahmoodi
2023-11-13 15:55:17 +03:30
parent ba199db639
commit ff6a960759

View File

@@ -87,7 +87,7 @@ export default function SidebarList({handleDrawerToggle}) {
}, [selectedKey]);
return (
<List sx={{overflow: "scroll"}}>
<List dense={true} sx={{overflow: "scroll"}}>
{itemMenu.map((itemArr, index) => (
<Fragment key={index}>
{itemArr.map((item) =>