mirror of
https://github.com/immich-app/immich.git
synced 2025-11-13 04:02:35 +09:00
chore(mobile) Improve mobile UI (#1038)
This commit is contained in:
@@ -15,7 +15,10 @@ class ImmichLoadingIndicator extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
),
|
||||
padding: const EdgeInsets.all(15),
|
||||
child: const CircularProgressIndicator(color: Colors.white),
|
||||
child: const CircularProgressIndicator(
|
||||
color: Colors.white,
|
||||
strokeWidth: 2,
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user