Fix analyzer

This commit is contained in:
Christian Pauly 2020-02-16 20:35:08 +01:00
commit 63e9a25ca5
2 changed files with 2 additions and 2 deletions

View file

@ -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),
),
],
),