Match bottom padding to nav height

This commit is contained in:
Codex Agent
2026-02-04 09:49:52 +01:00
parent 35f68e68d8
commit 8d7a1d80c2
2 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ import { useAdminTheme } from '../theme';
import { adminPath } from '../../constants';
const ICON_SIZE = 24;
export const BOTTOM_NAV_HEIGHT = 70;
export type NavKey = 'home' | 'tasks' | 'uploads' | 'profile';