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

@ -381,6 +381,7 @@ class _ChatState extends State<_Chat> {
child: Icon(Icons.arrow_downward,
color: Theme.of(context).primaryColor),
onPressed: () => _scrollController.jumpTo(0),
foregroundColor: Theme.of(context).textTheme.bodyText1.color,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
mini: true,
),