-
+
Loading booking…
@@ -64,8 +64,8 @@ export default function BookingRequestDetailPage() {
width: 64,
height: 64,
borderRadius: 16,
- background: "var(--mantine-color-green-0)",
- color: "var(--mantine-color-green-7)",
+ background: "var(--mantine-color-gray-1)",
+ color: "var(--mantine-color-gray-6)",
}}
>
diff --git a/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestsPage.tsx b/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestsPage.tsx
index 2283bc0bd..54b570fb4 100644
--- a/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestsPage.tsx
+++ b/apps/edr-freight-web/backoffice/src/pages/bookings/BookingRequestsPage.tsx
@@ -185,8 +185,18 @@ export default function BookingRequestsPage() {
},
{
id: "status",
+ size: 200,
+ minSize: 180,
header: () => Status,
- cell: ({ row }) => ,
+ cell: ({ row }) => (
+
+
+
+ ),
+ meta: {
+ headerClassName: "min-w-[11rem]",
+ cellClassName: "min-w-[11rem]",
+ },
},
{
id: "approval",
@@ -340,22 +350,16 @@ export default function BookingRequestsPage() {
style={{
background: "white",
border: "1px solid var(--mantine-color-gray-2)",
- overflowX: "auto",
- overflowY: "hidden",
- WebkitOverflowScrolling: "touch",
- scrollBehavior: "smooth",
}}
>
-
- {
- setActiveTab(tab);
- setPagination({ pageIndex: 0, pageSize: pagination.pageSize });
- }}
- counts={tabCounts}
- />
-
+ {
+ setActiveTab(tab);
+ setPagination({ pageIndex: 0, pageSize: pagination.pageSize });
+ }}
+ counts={tabCounts}
+ />