mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix button color
This commit is contained in:
@ -56,6 +56,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
|
||||
child: FloatingActionButton(
|
||||
onPressed: _doSearch,
|
||||
child: Icon(Icons.search),
|
||||
backgroundColor: Colors.green,
|
||||
),
|
||||
right: 20,
|
||||
bottom: 20,
|
||||
|
Reference in New Issue
Block a user