Skip to content

Commit

Permalink
Revert navbar button height to 70
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 1, 2023
1 parent 523b50d commit 0d72c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d72c72

Please sign in to comment.