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', hintText: 'Enter login',
border: OutlineInputBorder(), border: OutlineInputBorder(),
filled: true, filled: true,
fillColor: Colors.white70, fillColor: Colors.white,
), ),
), ),
const SizedBox(height: 10), const SizedBox(height: 10),