fixes typeo

This commit is contained in:
2026-04-29 16:08:44 -07:00
parent 5db19217ff
commit 618acc9f38
+1 -1
View File
@@ -138,7 +138,7 @@ class _MainPageState extends State<MainPage> {
'Station Information', 'Station Information',
style: Theme.of(context).textTheme.labelMedium style: Theme.of(context).textTheme.labelMedium
?.copyWith( ?.copyWith(
color: themeColors.statusTextr, color: themeColors.statusText,
fontWeight: FontWeight.w700, fontWeight: FontWeight.w700,
), ),
), ),