Fix Auth form
This commit is contained in:
+4
-3
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user