fixed overlapping of password strength indicator
This commit is contained in:
parent
547bf092e6
commit
db28dc885e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
|
||||||
Visibility(
|
Visibility(
|
||||||
visible: ((_password != '') && _password1InFocus),
|
visible: ((_password != '') && _password1InFocus),
|
||||||
child: Positioned(
|
child: Positioned(
|
||||||
bottom: 20,
|
bottom: 25.5,
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
|
Loading…
Add table
Reference in a new issue