minor login fixes
This commit is contained in:
@@ -112,6 +112,14 @@ class _PhoneScreenState extends State<PhoneScreen> {
|
||||
style: TextStyle(fontSize: 18),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
Text(
|
||||
'(as well as to the email address from your social media account if available)',
|
||||
style: TextStyle(
|
||||
fontSize: 16,
|
||||
color: Colors.grey,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
Image.asset('assets/phone.png', width: 300),
|
||||
SizedBox(height: 20),
|
||||
_buildPhoneField(),
|
||||
|
||||
Reference in New Issue
Block a user