diff --git a/nextjs/src/app/reports/[id]/(components)/ReportSidebarLeft.tsx b/nextjs/src/app/reports/[id]/(components)/ReportSidebarLeft.tsx index fcce0ef0e..221fa20ad 100644 --- a/nextjs/src/app/reports/[id]/(components)/ReportSidebarLeft.tsx +++ b/nextjs/src/app/reports/[id]/(components)/ReportSidebarLeft.tsx @@ -18,7 +18,7 @@ export const TabTriggerClasses = { tabsList: 'w-full justify-start text-white rounded-none px-4 border border-b-meepGray-800 pt-4 pb-0 h-fit flex gap-4', tabsTrigger: - 'pb-2 bg-transparent px-0 data-[state=active]:bg-transparent data-[state=active]:text-white data-[state=active]:border-b border-white rounded-none', + 'pb-2 bg-transparent px-0 data-[state=active]:bg-transparent text-meepGray-200 data-[state=active]:text-white data-[state=active]:border-b border-white rounded-none', } export function ReportSidebarLeft() { diff --git a/nextjs/src/app/reports/[id]/dashboard/ReportDashboard.tsx b/nextjs/src/app/reports/[id]/dashboard/ReportDashboard.tsx index 21493c72b..b871b692d 100644 --- a/nextjs/src/app/reports/[id]/dashboard/ReportDashboard.tsx +++ b/nextjs/src/app/reports/[id]/dashboard/ReportDashboard.tsx @@ -86,7 +86,7 @@ export default function ReportDashboard() { } return ( -
+
{dashboardTabItems.map((item) => ( @@ -104,7 +104,7 @@ export default function ReportDashboard() {
-
+
{constituencies && !selectedBoundary && ( <> diff --git a/nextjs/src/app/reports/[id]/dashboard/ReportDashboardList.tsx b/nextjs/src/app/reports/[id]/dashboard/ReportDashboardList.tsx index 43017ce2c..2f9617781 100644 --- a/nextjs/src/app/reports/[id]/dashboard/ReportDashboardList.tsx +++ b/nextjs/src/app/reports/[id]/dashboard/ReportDashboardList.tsx @@ -41,8 +41,11 @@ export default function ReportDashboardList({ Key Constituencies - - + +