From da306495a669b684b56fac7d9dccbbd376c2916d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:31:39 +0000 Subject: [PATCH] Update src/app/driver/page.tsx --- src/app/driver/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/driver/page.tsx b/src/app/driver/page.tsx index 6311554..ddcbb70 100644 --- a/src/app/driver/page.tsx +++ b/src/app/driver/page.tsx @@ -39,6 +39,7 @@ export default function DriverDashboardPage() { description="Manage your daily trips, track your GPS, and oversee passenger lists." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", label: "Status", title: "Active", items: ["GPS: Online", "Status: Available", "Next Trip: 2:00 PM"], buttons: [{ text: "Update Status" }] }, { id: "2", label: "Trips", title: "Upcoming", items: ["KT-PKR (14:00)", "PKR-BTL (18:00)"], buttons: [{ text: "View Details" }] },