From 21681101a5254787aeef5f0f92b416a157846c12 Mon Sep 17 00:00:00 2001 From: Sahil Kashyap <32007662+sahilkashyap64@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:35:59 +0530 Subject: [PATCH 1/7] style: refresh driver shell styling --- src/App.tsx | 4 +- src/components/BottomNav.tsx | 21 +- src/components/Header.tsx | 31 +- src/routes/Login.tsx | 29 +- src/styles/globals.css | 728 ++++++++++++++++++++++++++++++----- 5 files changed, 674 insertions(+), 139 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ca5860b..0db7ced 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,9 +14,9 @@ function AppShell(): JSX.Element { const trackingActive = useLocationTracking({ isActive: driver?.status !== 'OFFLINE' }) return ( -
+
-
+
diff --git a/src/components/BottomNav.tsx b/src/components/BottomNav.tsx index 5e08fd0..b2e1626 100644 --- a/src/components/BottomNav.tsx +++ b/src/components/BottomNav.tsx @@ -2,14 +2,29 @@ import { NavLink } from 'react-router-dom' export function BottomNav(): JSX.Element { return ( -