feat: wip message input

This commit is contained in:
Deven Joshi
2020-10-16 17:22:49 +05:30
parent 7338956c76
commit e048d32817
+1 -1
View File
@@ -449,7 +449,7 @@ class MessageInputState extends State<MessageInput> {
),
title: Text('${m.user.name}', style: TextStyle(fontWeight: FontWeight.bold),),
subtitle: Text('${m.userId}'),
trailing: Icon(Icons.alternate_email, color: StreamChatTheme.of(context).primaryColor,),
trailing: Icon(Icons.alternate_email, color: StreamChatTheme.of(context).accentColor,),
onTap: () {
_mentionedUsers.add(m.user);