1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Fix button color

This commit is contained in:
Pierre HUBERT 2021-04-25 18:01:12 +02:00
parent 7147ca65e6
commit 5a751ae81f

View File

@ -56,6 +56,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
child: FloatingActionButton(
onPressed: _doSearch,
child: Icon(Icons.search),
backgroundColor: Colors.green,
),
right: 20,
bottom: 20,