From 618acc9f385560e5b95ee1c83946d259e627d863 Mon Sep 17 00:00:00 2001 From: kfj001 Date: Wed, 29 Apr 2026 16:08:44 -0700 Subject: [PATCH] fixes typeo --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 898ea29..065987a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -138,7 +138,7 @@ class _MainPageState extends State { 'Station Information', style: Theme.of(context).textTheme.labelMedium ?.copyWith( - color: themeColors.statusTextr, + color: themeColors.statusText, fontWeight: FontWeight.w700, ), ),