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