Fix Auth form

This commit is contained in:
2021-03-21 19:10:13 +02:00
parent 61180a7fe4
commit dd1c8113a5
7 changed files with 188 additions and 6 deletions
+4 -3
View File
@@ -26,11 +26,12 @@ class AuthView extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.grey[200],
resizeToAvoidBottomInset: false,
body: Column(
body: ListView(
children: [
Container(
height: 550,
height: 470,
decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage("assets/images/login_back.png"),
@@ -85,7 +86,7 @@ class AuthView extends StatelessWidget {
text: "Se connecter avec Facebook",
),
SizedBox(
height: 48,
height: 24,
),
Text(
"En vous connectant, vous acceptez nos conditions et termes d'utilisation.",