From dd25900af4afdfe348bae1624c9c607852b74f8a Mon Sep 17 00:00:00 2001 From: Proddy Date: Fri, 28 Apr 2023 15:46:37 +0200 Subject: [PATCH] make icon bigger --- interface/src/components/layout/LayoutDrawer.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/interface/src/components/layout/LayoutDrawer.tsx b/interface/src/components/layout/LayoutDrawer.tsx index 1dbde9305..60b8649a6 100644 --- a/interface/src/components/layout/LayoutDrawer.tsx +++ b/interface/src/components/layout/LayoutDrawer.tsx @@ -6,12 +6,8 @@ import type { FC } from 'react'; import { PROJECT_NAME } from 'api/env'; const LayoutDrawerLogo = styled('img')(({ theme }) => ({ - [theme.breakpoints.down('sm')]: { - height: 24, - marginRight: theme.spacing(2) - }, [theme.breakpoints.up('sm')]: { - height: 36, + height: 38, marginRight: theme.spacing(2) } })); @@ -27,9 +23,7 @@ const LayoutDrawer: FC = ({ mobileOpen, onClose }) => { - - {PROJECT_NAME} - + {PROJECT_NAME}