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(
|
||||
visible: ((_password != '') && _password1InFocus),
|
||||
child: Positioned(
|
||||
bottom: 20,
|
||||
bottom: 25.5,
|
||||
child: Row(
|
||||
children: [
|
||||
SizedBox(
|
||||
|
|
Loading…
Add table
Reference in a new issue