Fix analyzer
This commit is contained in:
parent
3e404e5cc1
commit
63e9a25ca5
|
@ -43,7 +43,7 @@ class ReplyContent extends StatelessWidget {
|
|||
style: TextStyle(
|
||||
color: lightText
|
||||
? Colors.white
|
||||
: Theme.of(context).textTheme.bodyText1.color),
|
||||
: Theme.of(context).textTheme.body1.color),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
@ -381,7 +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,
|
||||
foregroundColor: Theme.of(context).textTheme.body1.color,
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
mini: true,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue