Fix FAB colors
This commit is contained in:
parent
ea71a97e45
commit
96b572023c
4 changed files with 6 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue