Skip to content

Commit bdbc5dc

Browse files
committed
edit email text field
1 parent c77ec44 commit bdbc5dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/presentation/screens/login/widgets/login_form.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _LoginFormState extends State<LoginForm> {
7373
builder: (context, state) {
7474
return Container(
7575
margin:
76-
EdgeInsets.symmetric(horizontal: SizeConfig.defaultSize * 1.5),
76+
EdgeInsets.symmetric(horizontal: SizeConfig.defaultSize * 1.5),
7777
padding: EdgeInsets.symmetric(
7878
horizontal: SizeConfig.defaultPadding,
7979
vertical: SizeConfig.defaultSize * 3,
@@ -97,9 +97,9 @@ class _LoginFormState extends State<LoginForm> {
9797
SizedBox(height: SizeConfig.defaultSize * 2),
9898

9999
ElevatedButton(
100-
onPressed: (){},
101-
child:
102-
_buildNoAccountText(),
100+
onPressed: (){},
101+
child:
102+
_buildNoAccountText(),
103103
),
104104
],
105105
),

0 commit comments

Comments
 (0)