diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index 6755aa2..0460da0 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -375,7 +375,7 @@ function TFLTile({ className }: { className?: string }) { return ( @@ -425,7 +425,7 @@ function TFLDistruptionItem({ lineId, reason, severity }: { lineId: TubeLine; re lineStyleClass = "bg-purple-800" break case "northern": - lineStyleClass = "bg-black" + lineStyleClass = "bg-black dark:bg-neutral-200 text-black" break case "piccadilly": lineStyleClass = "bg-blue-900" @@ -498,7 +498,7 @@ function TFLDistruptionItem({ lineId, reason, severity }: { lineId: TubeLine; re