diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index b1f58afedc..328684d971 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -204,7 +204,9 @@ function NavItem({count, href, icon, iconFilled, label}: NavItemProps) { ) : null} {isDesktop && ( - + {label} )} @@ -437,8 +439,7 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', width: 28, - height: 24, - marginTop: 2, + height: 28, zIndex: 1, }, navItemIconWrapperTablet: {