diff --git a/refilc_mobile_ui/lib/screens/login/login_screen.dart b/refilc_mobile_ui/lib/screens/login/login_screen.dart index e4b56aa..5967b66 100644 --- a/refilc_mobile_ui/lib/screens/login/login_screen.dart +++ b/refilc_mobile_ui/lib/screens/login/login_screen.dart @@ -213,7 +213,7 @@ class LoginScreenState extends State { child: Column( children: [ SizedBox( - height: 48, + height: 52, width: double.infinity, child: Padding( padding: const EdgeInsets.symmetric( @@ -244,7 +244,7 @@ class LoginScreenState extends State { width: MediaQuery.of(context).size.width * 0.75, - height: 50.0, + height: 60.0, decoration: BoxDecoration( // image: const DecorationImage( // image: @@ -284,7 +284,7 @@ class LoginScreenState extends State { style: const TextStyle( color: Colors.white, fontWeight: FontWeight.bold, - fontSize: 15.0, + fontSize: 14.0, ), ), ],