diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index b89d772946..a51e98f31d 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -432,7 +432,6 @@ function NavItem({count, hasNew, href, icon, iconFilled, label}: NavItemProps) { style={[ a.align_center, a.justify_center, - a.z_10, { width: 24, height: 24, @@ -467,6 +466,7 @@ function NavItem({count, hasNew, href, icon, iconFilled, label}: NavItemProps) { a.rounded_full, a.text_center, a.leading_tight, + a.z_20, { top: '-10%', left: count.length === 1 ? 12 : 8, @@ -492,6 +492,7 @@ function NavItem({count, hasNew, href, icon, iconFilled, label}: NavItemProps) { style={[ a.absolute, a.rounded_full, + a.z_20, { backgroundColor: t.palette.primary_500, width: 8,