Revert "Change placeholder text"

This reverts commit 9f90dc561a.
This commit is contained in:
Vishnu Mohandas 2021-03-05 17:31:34 +05:30
parent 67355f8214
commit 98ea1b062a

View file

@ -67,7 +67,7 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
padding: const EdgeInsets.fromLTRB(32, 0, 32, 0),
child: TextFormField(
decoration: InputDecoration(
hintText: 'John Doe',
hintText: 'name',
hintStyle: TextStyle(
color: Colors.white30,
),
@ -89,7 +89,7 @@ class _EmailEntryPageState extends State<EmailEntryPage> {
padding: const EdgeInsets.fromLTRB(32, 0, 32, 0),
child: TextFormField(
decoration: InputDecoration(
hintText: 'email@john.com',
hintText: 'email',
hintStyle: TextStyle(
color: Colors.white30,
),