diff --git a/lib/screens/posts/post_category_detail.dart b/lib/screens/posts/post_category_detail.dart index 2a193e2a..4614c642 100644 --- a/lib/screens/posts/post_category_detail.dart +++ b/lib/screens/posts/post_category_detail.dart @@ -151,7 +151,9 @@ class PostCategoryDetailScreen extends HookConsumerWidget { (error, _) => Text( 'Error loading subscription status', ), - loading: () => CircularProgressIndicator(), + loading: + () => + CircularProgressIndicator().center(), ), ], ).padding(horizontal: 24, vertical: 16), @@ -220,7 +222,9 @@ class PostCategoryDetailScreen extends HookConsumerWidget { (error, _) => Text( 'Error loading subscription status', ), - loading: () => CircularProgressIndicator(), + loading: + () => + CircularProgressIndicator().center(), ), ], ).padding(horizontal: 24, vertical: 16),