diff --git a/mobile/lib/ui/settings/lock_screen/lock_screen_confirm_password.dart b/mobile/lib/ui/settings/lock_screen/lock_screen_confirm_password.dart index 7e53ff5822..13f0442f7a 100644 --- a/mobile/lib/ui/settings/lock_screen/lock_screen_confirm_password.dart +++ b/mobile/lib/ui/settings/lock_screen/lock_screen_confirm_password.dart @@ -140,7 +140,7 @@ class _LockScreenConfirmPasswordState extends State { height: 75, width: 75, child: CircularProgressIndicator( - backgroundColor: colorTheme.fillFaintPressed, + color: colorTheme.fillFaintPressed, value: 1, strokeWidth: 1.5, ), diff --git a/mobile/lib/ui/settings/lock_screen/lock_screen_password.dart b/mobile/lib/ui/settings/lock_screen/lock_screen_password.dart index c8d36c40b6..bdce585a40 100644 --- a/mobile/lib/ui/settings/lock_screen/lock_screen_password.dart +++ b/mobile/lib/ui/settings/lock_screen/lock_screen_password.dart @@ -140,7 +140,7 @@ class _LockScreenPasswordState extends State { height: 75, width: 75, child: CircularProgressIndicator( - backgroundColor: colorTheme.fillFaintPressed, + color: colorTheme.fillFaintPressed, value: 1, strokeWidth: 1.5, ),