Skip to content

Commit

Permalink
[news] remove border radius to images' placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Dec 23, 2024
1 parent ae6cb04 commit b33485f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/news.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,7 @@ class ImageRenderer extends StatelessWidget {
child: const LoadingIndicatorUtil(
replaceImage: true,
borderRadius: false,
fullBorderRadius: false,
),
),
errorWidget: (context, url, error) =>
Expand Down

0 comments on commit b33485f

Please sign in to comment.