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 0520c895ea..80a3ae293d 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 @@ -24,7 +24,6 @@ import { TooltipDelay, TooltipPosition, } from 'twenty-ui/display'; -import { MenuItemIconBoxContainer } from 'twenty-ui/navigation'; import { MOBILE_VIEWPORT, ThemeContext, @@ -162,7 +161,7 @@ const StyledLabelParent = styled.div` `; const StyledItemLabel = styled.span` - font-weight: ${themeCssVariables.font.weight.regular}; + font-weight: ${themeCssVariables.font.weight.medium}; `; const StyledItemSecondaryLabel = styled.span` @@ -350,20 +349,18 @@ export const NavigationDrawerItem = ({ ) : ( - - - + ))} diff --git a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerSectionTitle.tsx b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerSectionTitle.tsx index 2b54ccdec7..0a89c0298c 100644 --- a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerSectionTitle.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerSectionTitle.tsx @@ -17,8 +17,8 @@ const StyledTitle = styled.div` justify-content: space-between; padding-bottom: ${themeCssVariables.spacing[1]}; padding-left: ${themeCssVariables.spacing[1]}; - padding-right: ${themeCssVariables.spacing[1]}; - padding-top: ${themeCssVariables.spacing[2]}; + padding-right: ${themeCssVariables.spacing['0.5']}; + padding-top: ${themeCssVariables.spacing[1]}; &:hover { background-color: ${themeCssVariables.background.transparent.light};