Skip to content

Commit

Permalink
Update login.dart (#34)
Browse files Browse the repository at this point in the history
* Update login.dart

added sized box-ui fixes

* Flutter anaylze fix

---------

Co-authored-by: Christine Stephen <chrisysstephen@gmail.com>
  • Loading branch information
RohanDoshi21 and rebelmisfit committed Mar 12, 2023
1 parent 4045b14 commit 6f3529a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/features/login_page/ui/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ class _LoginState extends State<Login> {
},
),
),
const SizedBox(
height: 13,
),
// TODO: Figure out bloc logic then add this!
// Row(
// mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 6f3529a

Please sign in to comment.