From 4f4ce1c6555a4ee9fbc768b33708f92b9bfa0a66 Mon Sep 17 00:00:00 2001 From: Aryan Singh <51870531+zaryanz@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:55:11 +0530 Subject: [PATCH] fix: updated NavigationDrawerItem icon stroke width from sm to md (#4331) --- .../navigation-drawer/components/NavigationDrawerItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx index f3445397e..b35a60fbd 100644 --- a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx @@ -164,7 +164,7 @@ export const NavigationDrawerItem = ({ danger={danger} soon={soon} > - {Icon && } + {Icon && } {label} {soon && Soon} {!!count && {count}}