From b70d768eee6898887160d0c1af925ce7dd262eaa Mon Sep 17 00:00:00 2001 From: kenneth Date: Fri, 31 Oct 2025 23:28:18 +0000 Subject: [PATCH] fix(dashboard): northern line label color --- apps/dashboard/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index c0c053b..906d203 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -425,7 +425,7 @@ function TFLDistruptionItem({ lineId, reason, severity }: { lineId: TubeLine; re lineStyleClass = "bg-purple-800" break case "northern": - lineStyleClass = "bg-black dark:bg-neutral-200 text-black" + lineStyleClass = "bg-black text-neutral-200 dark:bg-neutral-200 dark:text-black" break case "piccadilly": lineStyleClass = "bg-blue-900"