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) {