mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-03 03:36:23 -04:00
debugging and cleanup
This commit is contained in:
parent
604ec9cfdd
commit
d460a0388c
69 changed files with 2306 additions and 790 deletions
|
@ -135,9 +135,10 @@ class _NewAccountPageState extends WindowSetupState<NewAccountPage> {
|
|||
})
|
||||
]),
|
||||
body: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 16),
|
||||
child: _newAccountForm(
|
||||
context,
|
||||
)).paddingSymmetric(horizontal: 24, vertical: 8),
|
||||
context,
|
||||
)).paddingAll(2),
|
||||
).withModalHUD(context, displayModalHUD);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue