From 48519c42c386589da212ca921f1be18fe91be3e7 Mon Sep 17 00:00:00 2001 From: shafin-r Date: Mon, 7 Jul 2025 13:57:04 +0600 Subject: [PATCH] fix(ui): fix exam screen layout, bottom navigation tabs --- app/(tabs)/layout.tsx | 2 +- app/exam/[id]/page.tsx | 26 +++++++++++++++++--------- app/exam/pretest/page.tsx | 4 ++-- css/Header.module.css | 8 ++++---- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/app/(tabs)/layout.tsx b/app/(tabs)/layout.tsx index 386fdd8..12fdfcb 100644 --- a/app/(tabs)/layout.tsx +++ b/app/(tabs)/layout.tsx @@ -21,7 +21,7 @@ export default function TabsLayout({ children }: { children: ReactNode }) {
{children}
-