fix: change app bar in initial sign up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user