fix(ui): Fix message theme not applied correctly.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -184,11 +184,11 @@ class StreamChatThemeData {
|
||||
createdAtStyle:
|
||||
textTheme.footnote.copyWith(color: colorTheme.textLowEmphasis),
|
||||
repliesStyle: textTheme.footnoteBold.copyWith(color: accentColor),
|
||||
messageBackgroundColor: colorTheme.disabled,
|
||||
messageBackgroundColor: colorTheme.borders,
|
||||
messageBorderColor: colorTheme.borders,
|
||||
reactionsBackgroundColor: colorTheme.barsBg,
|
||||
reactionsBorderColor: colorTheme.borders,
|
||||
reactionsMaskColor: colorTheme.appBg,
|
||||
messageBorderColor: colorTheme.disabled,
|
||||
avatarTheme: StreamAvatarThemeData(
|
||||
borderRadius: BorderRadius.circular(20),
|
||||
constraints: const BoxConstraints.tightFor(
|
||||
@@ -207,8 +207,8 @@ class StreamChatThemeData {
|
||||
textTheme.body.copyWith(fontWeight: FontWeight.w400),
|
||||
),
|
||||
otherMessageTheme: StreamMessageThemeData(
|
||||
reactionsBackgroundColor: colorTheme.disabled,
|
||||
reactionsBorderColor: colorTheme.barsBg,
|
||||
reactionsBackgroundColor: colorTheme.borders,
|
||||
reactionsBorderColor: colorTheme.borders,
|
||||
reactionsMaskColor: colorTheme.appBg,
|
||||
messageTextStyle: textTheme.body,
|
||||
createdAtStyle:
|
||||
|
||||
Reference in New Issue
Block a user