Fix FAB colors

This commit is contained in:
Christian Pauly 2020-02-16 20:13:55 +01:00
commit 96b572023c
4 changed files with 6 additions and 0 deletions

View file

@ -101,6 +101,7 @@ class _NewGroupState extends State<_NewGroup> {
],
),
floatingActionButton: FloatingActionButton(
foregroundColor: Colors.white,
backgroundColor: Theme.of(context).primaryColor,
onPressed: () => submitAction(context),
child: Icon(Icons.arrow_forward),