Skip to content

Commit

Permalink
Allow long sentences on scan example onboarding page (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmeet0817 authored Jan 4, 2022
1 parent 03be267 commit 37d4fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/smooth_app/lib/pages/onboarding/scan_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ScanExample extends StatelessWidget {
),
),
Flexible(
flex: 2,
flex: 3,
child: Padding(
padding: EdgeInsets.only(
left: screenSize.width / 10, right: MEDIUM_SPACE),
Expand All @@ -65,7 +65,7 @@ class ScanExample extends StatelessWidget {
),
),
),
const Spacer(flex: 2),
const Spacer(flex: 1),
Flexible(
flex: 1,
child: Padding(
Expand Down

0 comments on commit 37d4fa1

Please sign in to comment.