merge fixes

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-31 18:53:33 +05:30
parent 6e54d1d2af
commit 328afc44d8
4 changed files with 16 additions and 11 deletions
+3 -2
View File
@@ -231,7 +231,8 @@ class MessageInputState extends State<MessageInput> {
Padding(
padding: const EdgeInsets.all(8.0),
child: StreamSvgIcon.reply(
color: Colors.black.withOpacity(0.2),
color:
StreamChatTheme.of(context).colorTheme.greyGainsboro,
),
),
Text(
@@ -263,7 +264,7 @@ class MessageInputState extends State<MessageInput> {
);
if (widget.editMessage == null) {
child = Material(
color: Colors.white,
color: StreamChatTheme.of(context).colorTheme.white,
elevation: 8,
child: child,
);