Kaynağa Gözat

fixed overlapping of password strength indicator

ashilkn 3 yıl önce
ebeveyn
işleme
db28dc885e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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(
                     Visibility(
                       visible: ((_password != '') && _password1InFocus),
                       visible: ((_password != '') && _password1InFocus),
                       child: Positioned(
                       child: Positioned(
-                          bottom: 20,
+                          bottom: 25.5,
                           child: Row(
                           child: Row(
                             children: [
                             children: [
                               SizedBox(
                               SizedBox(