fix: fix reaction alignment and theming.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user