Text Field no longer transparent for better UI

This commit is contained in:
2025-05-15 23:40:18 +02:00
parent e4e8c7ea21
commit ebd5b994de

View File

@@ -41,7 +41,7 @@ class _HomeScreenState extends State<HomeScreen> {
hintText: 'Enter login',
border: OutlineInputBorder(),
filled: true,
fillColor: Colors.white70,
fillColor: Colors.white,
),
),
const SizedBox(height: 10),