From 1f2eac4bc45800dbe3419ffd1f770f376964dd14 Mon Sep 17 00:00:00 2001 From: Kelvin Samuel Date: Sun, 22 May 2022 21:36:06 +0700 Subject: [PATCH] Fix eror message login screen --- lib/components/login_form.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/components/login_form.dart b/lib/components/login_form.dart index c8520bd..82c2a47 100644 --- a/lib/components/login_form.dart +++ b/lib/components/login_form.dart @@ -63,8 +63,8 @@ class LoginFormState extends State { color: Colors.white60, ), borderRadius: BorderRadius.circular(10.0)), - contentPadding: EdgeInsets.only(top: 14.0), - prefixIcon: Icon( + contentPadding: const EdgeInsets.only(top: 14.0), + prefixIcon: const Icon( Icons.email, color: Colors.white, ), @@ -108,8 +108,8 @@ class LoginFormState extends State { ), borderRadius: BorderRadius.circular(10.0)), border: InputBorder.none, - contentPadding: EdgeInsets.only(top: 14.0), - prefixIcon: Icon( + contentPadding: const EdgeInsets.only(top: 14.0), + prefixIcon: const Icon( Icons.lock, color: Colors.white, ), @@ -369,7 +369,7 @@ class LoginFormState extends State { style: TextStyle(color: Colors.white), ), content: const Text( - "Blalaala", + "The Password You Entered Is Wrong !", style: TextStyle(color: Colors.white70), ), actions: [