From ebd5b994de782beadfd02311411a60db680fc452 Mon Sep 17 00:00:00 2001 From: Namonay Date: Thu, 15 May 2025 23:40:18 +0200 Subject: [PATCH] Text Field no longer transparent for better UI --- lib/views/home_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/home_screen.dart b/lib/views/home_screen.dart index d30cf77..1a04d7b 100644 --- a/lib/views/home_screen.dart +++ b/lib/views/home_screen.dart @@ -41,7 +41,7 @@ class _HomeScreenState extends State { hintText: 'Enter login', border: OutlineInputBorder(), filled: true, - fillColor: Colors.white70, + fillColor: Colors.white, ), ), const SizedBox(height: 10),