mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -04:00
fix(mobile): new loading icon too small (#17636)
This commit is contained in:
parent
8da5f21fcf
commit
36fa61c013
@ -31,10 +31,10 @@ class TabControllerPage extends HookConsumerWidget {
|
|||||||
children: [
|
children: [
|
||||||
icon,
|
icon,
|
||||||
Positioned(
|
Positioned(
|
||||||
right: -14,
|
right: -18,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: 12,
|
height: 20,
|
||||||
width: 12,
|
width: 20,
|
||||||
child: CircularProgressIndicator(
|
child: CircularProgressIndicator(
|
||||||
strokeWidth: 2,
|
strokeWidth: 2,
|
||||||
valueColor: AlwaysStoppedAnimation<Color>(
|
valueColor: AlwaysStoppedAnimation<Color>(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user