fix: channel header text style

This commit is contained in:
Deven Joshi
2021-02-25 14:18:08 +05:30
parent 0e89971b35
commit 0b69d41328
@@ -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),