浏览代码

fixed overlapping of password strength indicator

ashilkn 3 年之前
父节点
当前提交
db28dc885e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/email_entry_page.dart

+ 1 - 1
lib/ui/email_entry_page.dart

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