mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix button color
This commit is contained in:
parent
7147ca65e6
commit
5a751ae81f
@ -56,6 +56,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
|
|||||||
child: FloatingActionButton(
|
child: FloatingActionButton(
|
||||||
onPressed: _doSearch,
|
onPressed: _doSearch,
|
||||||
child: Icon(Icons.search),
|
child: Icon(Icons.search),
|
||||||
|
backgroundColor: Colors.green,
|
||||||
),
|
),
|
||||||
right: 20,
|
right: 20,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user