feat: giphy color

This commit is contained in:
Deven Joshi
2020-10-30 14:02:38 +05:30
parent d94d0ba8af
commit dcc9edd978
2 changed files with 54 additions and 52 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class MessageWidget extends StatefulWidget {
'giphy': (context, message, attachment) {
return GiphyAttachment(
attachment: attachment,
messageTheme: messageTheme.copyWith(messageBackgroundColor: Colors.white),
messageTheme: messageTheme.copyWith(messageBackgroundColor: Colors.white,),
message: message,
size: Size(
MediaQuery.of(context).size.width * 0.8,