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

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