mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +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
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
Padding(
|
||||||
),
|
|
||||||
),
|
|
||||||
bottomNavigationBar: Padding(
|
|
||||||
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
|
@ -259,6 +256,9 @@ $debugLogToken
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,10 +86,7 @@ class _ContactUsState extends State<SubmitMessage> {
|
||||||
minLines: 5,
|
minLines: 5,
|
||||||
maxLines: 20,
|
maxLines: 20,
|
||||||
),
|
),
|
||||||
],
|
Padding(
|
||||||
),
|
|
||||||
),
|
|
||||||
bottomNavigationBar: Padding(
|
|
||||||
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
padding: EdgeInsets.symmetric(vertical: 40, horizontal: 40),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
|
@ -101,6 +98,9 @@ class _ContactUsState extends State<SubmitMessage> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue