@ -26,6 +26,8 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>NSFaceIDUsageDescription</key>
<string>Why is my app authenticating using face id?</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
@ -209,14 +209,14 @@ class _LoginFormState extends State<LoginForm> {
child: Container(
padding: const EdgeInsets.all(10.0),
height: 50,
width: 140,
width: constraints.maxWidth * 0.30,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Text('LOG IN',
Text('LOGIN',
style: TextStyle(
fontSize: isSmallScreen
? 20
? 15
: constraints.maxWidth * 0.020)),
Image.asset('assets/images/login_btn_arrow_icon.png')
],