Skip to content

Commit 0364b7e

Browse files
committed
onboarding hide dots & add spacing to privacy policy buttons
1 parent 579e522 commit 0364b7e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lib/Frontend/pages/intro.dart

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class OnBoardingPageState extends ConsumerState<OnBoardingPage> {
118118
footer: OverflowBar(
119119
alignment: MainAxisAlignment.center,
120120
overflowAlignment: OverflowBarAlignment.center,
121+
overflowSpacing: 4,
121122
spacing: 8,
122123
children: [
123124
ElevatedButton(
@@ -273,16 +274,9 @@ class OnBoardingPageState extends ConsumerState<OnBoardingPage> {
273274
},
274275
child: Text(convertToUwU(onboardingDoneButtonLabel()), style: const TextStyle(fontWeight: FontWeight.w600)),
275276
),
276-
dotsFlex: 1,
277+
dotsFlex: 0,
278+
isProgress: false,
277279
controlsPadding: const EdgeInsets.symmetric(vertical: 32),
278-
dotsDecorator: DotsDecorator(
279-
size: const Size.square(12.0),
280-
activeSize: const Size(40.0, 10.0),
281-
activeColor: Theme.of(context).colorScheme.primary,
282-
color: Theme.of(context).colorScheme.tertiary,
283-
spacing: const EdgeInsets.symmetric(horizontal: 3.0),
284-
activeShape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(50.0)),
285-
),
286280
);
287281
}
288282
}

0 commit comments

Comments
 (0)