diff --git a/packages/desktop-client/src/components/mobile/MobileNavTabs.tsx b/packages/desktop-client/src/components/mobile/MobileNavTabs.tsx index a9cbd12b505..c273ee08e9c 100644 --- a/packages/desktop-client/src/components/mobile/MobileNavTabs.tsx +++ b/packages/desktop-client/src/components/mobile/MobileNavTabs.tsx @@ -19,7 +19,7 @@ export default function MobileNavTabs() { const previousScrollY = useRef(0); const totalRowCount = 2; - const rowHeight = 60; + const rowHeight = 70; const totalHeight = rowHeight * totalRowCount; const openY = 0; const closeY = rowHeight;