fixed overlapping of password strength indicator

This commit is contained in:
ashilkn 2022-06-06 18:03:15 +05:30
parent 547bf092e6
commit db28dc885e

View file

@ -314,7 +314,7 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
Visibility(
visible: ((_password != '') && _password1InFocus),
child: Positioned(
bottom: 20,
bottom: 25.5,
child: Row(
children: [
SizedBox(