Skip to content

Commit f7c0654

Browse files
committed
styles:fix progress size
1 parent 030e957 commit f7c0654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/manage_item.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ class ManageItem extends StatelessWidget {
8888
fit: BoxFit.cover,
8989
placeholder: (context, url) => Center(
9090
child: Container(
91-
width: 20,
92-
height: 20,
91+
width: 10,
92+
height: 10,
9393
child: CircularProgressIndicator(),
9494
),
9595
),

0 commit comments

Comments
 (0)