Browse Source

fixed overlapping of password strength indicator

ashilkn 3 năm trước cách đây
mục cha
commit
db28dc885e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(