[mob][photos] Minor UI fix on lock screen password entry page

This commit is contained in:
ashilkn
2024-07-06 08:57:14 +05:30
parent 75baee00c2
commit d72a561a9b
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ class _LockScreenConfirmPasswordState extends State<LockScreenConfirmPassword> {
height: 75,
width: 75,
child: CircularProgressIndicator(
backgroundColor: colorTheme.fillFaintPressed,
color: colorTheme.fillFaintPressed,
value: 1,
strokeWidth: 1.5,
),

View File

@@ -140,7 +140,7 @@ class _LockScreenPasswordState extends State<LockScreenPassword> {
height: 75,
width: 75,
child: CircularProgressIndicator(
backgroundColor: colorTheme.fillFaintPressed,
color: colorTheme.fillFaintPressed,
value: 1,
strokeWidth: 1.5,
),