fix: channel header text style
This commit is contained in:
@@ -195,10 +195,7 @@ class StreamChatThemeData {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
color: colorTheme.white,
|
color: colorTheme.white,
|
||||||
title: TextStyle(
|
title: textTheme.headlineBold,
|
||||||
fontSize: 14,
|
|
||||||
color: colorTheme.black,
|
|
||||||
),
|
|
||||||
lastMessageAt: TextStyle(
|
lastMessageAt: TextStyle(
|
||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
color: colorTheme.black.withOpacity(.5),
|
color: colorTheme.black.withOpacity(.5),
|
||||||
|
|||||||
Reference in New Issue
Block a user