Skip to content

Commit

Permalink
Feat: 로그인 인풋 height값 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongJongHo committed May 19, 2024
1 parent 9dfb970 commit e3ae304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/presentation/sign_in/screen/sign_in_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class _SignInScreenState extends State<SignInScreen> {
Widget _buildLoginForm() {
return SizedBox(
width: double.infinity,
height: 170,
child: Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.start,
Expand Down

0 comments on commit e3ae304

Please sign in to comment.