Skip to content

Commit

Permalink
fix: scroll view
Browse files Browse the repository at this point in the history
  • Loading branch information
danyelvarejao committed May 16, 2023
1 parent c704d7e commit 125f8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/screens/home/ui/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class HomeScreen extends StateManagerView<HomeController> {
return Scaffold(
backgroundColor: AppColors.veryDarkGrey,
body: SafeArea(
child: SingleChildScrollView(
child: Center(
child: Center(
child: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 16.0),
child: Column(
Expand Down

0 comments on commit 125f8eb

Please sign in to comment.