|
|
|
|
@ -662,7 +662,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {
|
|
|
|
|
borderColor: Colors.grey,
|
|
|
|
|
showBorder: true,
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: EdgeInsets.fromLTRB(30, 15, 30, 15),
|
|
|
|
|
padding: EdgeInsets.fromLTRB(5, 15, 5, 15),
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
@ -673,7 +673,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {
|
|
|
|
|
),
|
|
|
|
|
projectViewModel.isArabic
|
|
|
|
|
? SizedBox(
|
|
|
|
|
height: 0,
|
|
|
|
|
height: 20,
|
|
|
|
|
)
|
|
|
|
|
: SizedBox(
|
|
|
|
|
height: 20,
|
|
|
|
|
@ -776,7 +776,7 @@ class _ConfirmLogin extends State<ConfirmLogin> {
|
|
|
|
|
height: 15,
|
|
|
|
|
)
|
|
|
|
|
: SizedBox(
|
|
|
|
|
height: 20,
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
TranslationBase.of(context).moreVerification,
|
|
|
|
|
|