Browse Source

Minor change

ashilkn 2 years ago
parent
commit
e0efe2e059
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/ui/viewer/location/location_screen.dart

+ 2 - 2
lib/ui/viewer/location/location_screen.dart

@@ -252,10 +252,10 @@ class _GalleryHeaderWidgetState extends State<GalleryHeaderWidget> {
                 if (value == null) {
                   return RepaintBoundary(
                     child: EnteLoadingWidget(
-                      size: 10,
+                      size: 12,
                       color: getEnteColorScheme(context).strokeMuted,
                       alignment: Alignment.centerLeft,
-                      padding: 5,
+                      padding: 2.5,
                     ),
                   );
                 } else {