fix: change app bar in initial sign up

This commit is contained in:
2024-02-19 13:28:42 +07:00
parent afc2bd3cc9
commit 8e04b4e77e
4 changed files with 17 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ class DashboardPublicView extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Container(
body: SingleChildScrollView(
padding: const EdgeInsets.only(
top: 32.0,
bottom: 8.0,