fix inputbackground

This commit is contained in:
Salvatore Giordano
2021-02-25 16:36:58 +01:00
parent ca715a2b89
commit ee61fcdc72
@@ -204,7 +204,7 @@ class StreamChatThemeData {
color: colorTheme.black.withOpacity(.5), color: colorTheme.black.withOpacity(.5),
), ),
), ),
inputBackground: colorTheme.white.withAlpha(12), inputBackground: colorTheme.white,
), ),
ownMessageTheme: MessageTheme( ownMessageTheme: MessageTheme(
messageAuthor: textTheme.footnote.copyWith(color: colorTheme.grey), messageAuthor: textTheme.footnote.copyWith(color: colorTheme.grey),