Skip to content

Commit

Permalink
fix(ui_auth): fix default SMSCodeInputScreen breakpoint (#10226)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnitsky authored Jan 10, 2023
1 parent 7d81786 commit 443418f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SMSCodeInputScreen extends StatelessWidget {
this.sideBuilder,
this.headerBuilder,
this.headerMaxExtent,
this.breakpoint = 500,
this.breakpoint = 670,
this.contentFlex,
this.maxWidth,
}) : super(key: key);
Expand Down Expand Up @@ -110,6 +110,7 @@ class SMSCodeInputScreen extends StatelessWidget {
sideBuilder: sideBuilder,
headerBuilder: headerBuilder,
headerMaxExtent: headerMaxExtent,
contentFlex: contentFlex,
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
Expand Down

0 comments on commit 443418f

Please sign in to comment.