소스 검색

Minor change

ashilkn 2 년 전
부모
커밋
e0efe2e059
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {