From 4f93436fa6e26ba3979b1801ed8ca4c995e39ff0 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 18 Jan 2026 07:33:23 -0800 Subject: [PATCH] Change stop color --- lib/main_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main_screen.dart b/lib/main_screen.dart index 59360e4..5b05e51 100644 --- a/lib/main_screen.dart +++ b/lib/main_screen.dart @@ -93,7 +93,7 @@ class _MainScreenState extends State { contentPadding: EdgeInsets.zero, title: Text(AppLocalizations.of(context)!.trackingLabel), value: trackingEnabled, - activeTrackColor: isMoving == false ? Theme.of(context).colorScheme.error : null, + activeTrackColor: isMoving == false ? Theme.of(context).colorScheme.secondary : null, onChanged: (bool value) async { if (await PasswordService.authenticate(context) && mounted) { if (value) {