Merge pull request #283 from GetStream/fix/channel-title

fix: channel header text style
This commit is contained in:
Salvatore Giordano
2021-02-26 09:44:26 +01:00
committed by GitHub
@@ -195,10 +195,7 @@ class StreamChatThemeData {
),
),
color: colorTheme.white,
title: TextStyle(
fontSize: 14,
color: colorTheme.black,
),
title: textTheme.headlineBold,
lastMessageAt: TextStyle(
fontSize: 11,
color: colorTheme.black.withOpacity(.5),