Text Field no longer transparent for better UI
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user