From 63d284a64fd3c9da9a735932266b19250b84eafb Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 19 Aug 2024 13:32:21 +0330 Subject: [PATCH] change style --- src/components/layouts/dashboard/headerWithSidebar/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layouts/dashboard/headerWithSidebar/index.jsx b/src/components/layouts/dashboard/headerWithSidebar/index.jsx index 8bdd960..de73115 100644 --- a/src/components/layouts/dashboard/headerWithSidebar/index.jsx +++ b/src/components/layouts/dashboard/headerWithSidebar/index.jsx @@ -50,7 +50,7 @@ const DrawerHeader = styled("div")(({ theme }) => ({ alignItems: "center", padding: theme.spacing(0, 1), ...theme.mixins.toolbar, - minHeight: "48px !important", + minHeight: "40px !important", justifyContent: "flex-end", })); @@ -68,7 +68,7 @@ const HeaderWithSidebar = ({ children }) => { display: "flex", height: `calc(100% - ${headersHeight}px)`, width: "100%", mt: `${headersHeight}px` }}> - +