This commit is contained in:
Moe Poi ~ 2022-05-12 22:45:23 +07:00
parent 542bd55e51
commit 319a7dae6e

View file

@ -62,7 +62,7 @@ class LoginFormState extends State<LoginForm> {
Icons.email,
color: Colors.white,
),
hintText: 'Enter yout Email',
hintText: 'Enter your Email',
hintStyle: kHintTextStyle,
),
))
@ -97,7 +97,7 @@ class LoginFormState extends State<LoginForm> {
Icons.lock,
color: Colors.white,
),
hintText: 'Enter yout Password',
hintText: 'Enter your Password',
hintStyle: kHintTextStyle,
),
))