Skip to content

Commit

Permalink
[image gallery] reduce the size of the indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Aug 8, 2023
1 parent 12ff07b commit 6b137be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api/news.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2381,8 +2381,8 @@ class _ImageGalleryState extends State<ImageGallery> {
children: [
for (var image in widget.images)
Container(
width: 12.0,
height: 12.0,
width: 6.0,
height: 6.0,
margin:
const EdgeInsets.symmetric(vertical: 8.0, horizontal: 4.0),
decoration: BoxDecoration(
Expand Down

0 comments on commit 6b137be

Please sign in to comment.