diff --git a/lib/ui/email_entry_page.dart b/lib/ui/email_entry_page.dart index 11475f5b5..20e690459 100644 --- a/lib/ui/email_entry_page.dart +++ b/lib/ui/email_entry_page.dart @@ -67,7 +67,7 @@ class _EmailEntryPageState extends State { 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 { padding: const EdgeInsets.fromLTRB(32, 0, 32, 0), child: TextFormField( decoration: InputDecoration( - hintText: 'email@john.com', + hintText: 'email', hintStyle: TextStyle( color: Colors.white30, ),