chore: address PR feedback

This commit is contained in:
groovinchip
2021-08-04 12:03:37 -04:00
parent f0cf4fd6db
commit 8a4632e6e2
9 changed files with 23 additions and 32 deletions
@@ -65,7 +65,7 @@ class ChannelInfo extends StatelessWidget {
}
alternativeWidget = Text(
text,
style: StreamChatTheme.of(context).channelHeaderTheme.subtitleStyle,
style: ChannelHeaderTheme.of(context).subtitleStyle,
);
} else {
final userId = StreamChat.of(context).currentUser?.id;