fix: Video calls
This commit is contained in:
parent
d473a3e978
commit
6a0c71ef4a
4 changed files with 25 additions and 29 deletions
|
|
@ -147,7 +147,7 @@ class MessageContent extends StatelessWidget {
|
|||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: <Widget>[
|
||||
Icon(Icons.phone_outlined),
|
||||
Icon(Icons.phone_outlined, color: Colors.green),
|
||||
SizedBox(width: 8),
|
||||
Text(L10n.of(context).videoCall),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue