fix channel header text theme

This commit is contained in:
Salvatore Giordano
2021-05-21 15:08:58 +02:00
parent 3bd86b36f4
commit 69fdeb813d
3 changed files with 24 additions and 18 deletions
@@ -137,6 +137,7 @@ class ChannelHeader extends StatelessWidget implements PreferredSizeWidget {
showMessage: showConnectionStateTile ? showStatus : false,
message: statusString,
child: AppBar(
textTheme: Theme.of(context).textTheme,
brightness: Theme.of(context).brightness,
elevation: 1,
leading: leadingWidget,