diff --git a/lib/screens/common_elements.dart b/lib/screens/common_elements.dart index c094e97..df3231d 100644 --- a/lib/screens/common_elements.dart +++ b/lib/screens/common_elements.dart @@ -69,7 +69,7 @@ class CommonElements { Widget buildProgressBar(double pagePosition) { return DotsIndicator( - dotsCount: 11, + dotsCount: 10, position: pagePosition, decorator: DotsDecorator( spacing: const EdgeInsets.symmetric(horizontal: 10),