Skip to content

Commit

Permalink
fix: padding in ProfileScreen (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Jun 18, 2023
1 parent 9a58f90 commit 02593cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class ProfileScreen extends StatelessWidget {
return Scaffold(
body: Material(
color: const Color(0xffF4F4F4),
child: SafeArea(
maintainBottomViewPadding: true,
child: SingleChildScrollView(
child: SingleChildScrollView(
child: SafeArea(
maintainBottomViewPadding: true,
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Expand Down

0 comments on commit 02593cb

Please sign in to comment.