refactor: Theme and iOS stuff
This commit is contained in:
parent
66c4c4d4a1
commit
66c163ce35
12 changed files with 70 additions and 468 deletions
|
|
@ -73,8 +73,6 @@ class _NewGroupState extends State<NewGroup> {
|
|||
],
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
foregroundColor: Colors.white,
|
||||
backgroundColor: Theme.of(context).primaryColor,
|
||||
onPressed: () => submitAction(context),
|
||||
child: Icon(Icons.arrow_forward_outlined),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue