diff --git a/src/components/layout/DashboardLayout.tsx b/src/components/layout/DashboardLayout.tsx index 7f3da30..128826f 100644 --- a/src/components/layout/DashboardLayout.tsx +++ b/src/components/layout/DashboardLayout.tsx @@ -119,6 +119,8 @@ const DashboardLayout = ({ children }: DashboardLayoutProps) => { '&.Mui-selected': { backgroundColor: 'primary.main', color: 'primary.contrastText', + ml: 1, + mr: 2, '&:hover': { backgroundColor: 'primary.dark', },