fix: fix reaction alignment and theming.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-08 20:27:39 +05:30
committed by xsahil03x
parent 5ace429216
commit 161057ef4c
7 changed files with 187 additions and 259 deletions
@@ -126,8 +126,7 @@ class StreamChatThemeData {
StreamTextTheme textTheme,
) {
final accentColor = colorTheme.accentPrimary;
final iconTheme =
IconThemeData(color: colorTheme.textHighEmphasis.withOpacity(0.5));
final iconTheme = IconThemeData(color: colorTheme.textLowEmphasis);
final channelHeaderTheme = StreamChannelHeaderThemeData(
avatarTheme: StreamAvatarThemeData(
borderRadius: BorderRadius.circular(20),