@@ -39,7 +39,7 @@ class _LoginCardState extends State<LoginCard>
3939 style: new TextStyle (fontSize: 15.0 , color: Colors .black),
4040 decoration: new InputDecoration (
4141 hintText: UIData .enter_code_hint,
42- labelText: UIData .enter_code_hint ),
42+ labelText: UIData .enter_code_label ),
4343 ),
4444 new SizedBox (
4545 height: 10.0 ,
@@ -53,7 +53,7 @@ class _LoginCardState extends State<LoginCard>
5353 fontSize: 15.0 , color: Colors .black),
5454 decoration: new InputDecoration (
5555 hintText: UIData .enter_otp_hint,
56- labelText: UIData .enter_otp_hint ),
56+ labelText: UIData .enter_otp_label ),
5757 obscureText: true ,
5858 ),
5959 new SizedBox (
@@ -96,9 +96,7 @@ class _LoginCardState extends State<LoginCard>
9696 height: deviceSize.height / 2 - 20 ,
9797 width: deviceSize.width * 0.85 ,
9898 child: new Card (
99- color: Colors .white,
100- elevation: 2.0 ,
101- child: loginBuilder ()),
99+ color: Colors .white, elevation: 2.0 , child: loginBuilder ()),
102100 ),
103101 );
104102 }
0 commit comments