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 2eb117dd7..cfab135f8 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 @@ -133,16 +133,15 @@ const StyledLabelParent = styled.div` text-overflow: clip; `; const StyledEllipsisContainer = styled.div` - color: ${({ theme }) => theme.font.color.light}; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; `; const StyledItemLabel = styled.span` - color: ${({ theme }) => theme.font.color.secondary}; font-weight: ${({ theme }) => theme.font.weight.medium}; `; + const StyledItemObjectName = styled.span` color: ${({ theme }) => theme.font.color.light}; font-weight: ${({ theme }) => theme.font.weight.regular};