refactor: Theme and iOS stuff

This commit is contained in:
Christian Pauly 2021-01-24 16:38:25 +01:00
commit 66c163ce35
12 changed files with 70 additions and 468 deletions

View file

@ -212,8 +212,6 @@ class _NewPrivateChatState extends State<NewPrivateChat> {
floatingActionButton: FloatingActionButton(
onPressed: () => submitAction(context),
child: Icon(Icons.arrow_forward_outlined),
foregroundColor: Colors.white,
backgroundColor: Theme.of(context).primaryColor,
),
);
}