Skip to content

Commit

Permalink
Pre-select verify later #3184
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 12, 2024
1 parent c5150c3 commit ecd300e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/onboarding/gen_phrase/view/onboarding_gen_phrase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class _OnBoardingGenPhraseViewState extends State<OnBoardingGenPhraseView> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
MyOutlinedButton(
MyElevatedButton(
text: l10n.verifyLater,
verticalSpacing: 18,
onPressed: () async {
Expand All @@ -161,7 +161,7 @@ class _OnBoardingGenPhraseViewState extends State<OnBoardingGenPhraseView> {
},
),
const SizedBox(height: 10),
MyElevatedButton(
MyOutlinedButton(
text: l10n.verifyNow,
verticalSpacing: 18,
onPressed: () {
Expand Down

0 comments on commit ecd300e

Please sign in to comment.