fix reaction bubble ui
This commit is contained in:
@@ -129,6 +129,14 @@ class StreamChatState extends State<StreamChat> with WidgetsBindingObserver {
|
||||
constraints: themeData?.ownMessageTheme?.avatarTheme?.constraints,
|
||||
borderRadius: themeData?.ownMessageTheme?.avatarTheme?.borderRadius,
|
||||
),
|
||||
otherReactionsBorderColor:
|
||||
themeData?.ownMessageTheme?.otherReactionsBorderColor,
|
||||
otherReactionsBackgroundColor:
|
||||
themeData?.ownMessageTheme?.otherReactionsBackgroundColor,
|
||||
ownReactionsBackgroundColor:
|
||||
themeData?.ownMessageTheme?.ownReactionsBackgroundColor,
|
||||
ownReactionsBorderColor:
|
||||
themeData?.ownMessageTheme?.ownReactionsBorderColor,
|
||||
),
|
||||
otherMessageTheme: defaultTheme.otherMessageTheme.copyWith(
|
||||
replies: themeData?.otherMessageTheme?.replies,
|
||||
@@ -142,6 +150,14 @@ class StreamChatState extends State<StreamChat> with WidgetsBindingObserver {
|
||||
constraints: themeData?.otherMessageTheme?.avatarTheme?.constraints,
|
||||
borderRadius: themeData?.otherMessageTheme?.avatarTheme?.borderRadius,
|
||||
),
|
||||
otherReactionsBorderColor:
|
||||
themeData?.otherMessageTheme?.otherReactionsBorderColor,
|
||||
otherReactionsBackgroundColor:
|
||||
themeData?.otherMessageTheme?.otherReactionsBackgroundColor,
|
||||
ownReactionsBackgroundColor:
|
||||
themeData?.otherMessageTheme?.ownReactionsBackgroundColor,
|
||||
ownReactionsBorderColor:
|
||||
themeData?.otherMessageTheme?.ownReactionsBorderColor,
|
||||
),
|
||||
accentColor: themeData?.accentColor,
|
||||
secondaryColor: themeData?.secondaryColor,
|
||||
|
||||
Reference in New Issue
Block a user