mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:58:40 +00:00
fix bug
This commit is contained in:
parent
f1605da6e1
commit
550818c7cf
2 changed files with 48 additions and 48 deletions
|
|
@ -217,10 +217,7 @@ $debugLogToken
|
|||
});
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
bottomNavigationBar: Padding(
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
|
|
@ -259,6 +256,9 @@ $debugLogToken
|
|||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,10 +86,7 @@ class _ContactUsState extends State<SubmitMessage> {
|
|||
minLines: 5,
|
||||
maxLines: 20,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
bottomNavigationBar: Padding(
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
@ -101,6 +98,9 @@ class _ContactUsState extends State<SubmitMessage> {
|
|||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue