From f65106e7983d97bfc73c37327e7c7df8d076a6b9 Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Mon, 23 May 2022 11:08:07 +0200
Subject: [PATCH] onboarding: change pages size

---
 lib/screens/common_elements.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/screens/common_elements.dart b/lib/screens/common_elements.dart
index c094e97d..df3231d6 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),
-- 
GitLab