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',
|
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),
|
||||||
|
|||||||
Reference in New Issue
Block a user