layout fixes

This commit is contained in:
Christien Rioux 2024-07-08 21:29:52 -04:00
parent 71f4d37efa
commit 216aef8173
56 changed files with 654 additions and 342 deletions

View file

@ -58,7 +58,7 @@ class _EditProfileFormState extends State<EditProfileForm> {
) =>
FormBuilder(
key: _formKey,
child: ListView(
child: Column(
children: [
Text(widget.header)
.textStyle(context.headlineSmall)