fix: Video calls

This commit is contained in:
Christian Pauly 2021-01-16 16:39:07 +01:00
commit 6a0c71ef4a
4 changed files with 25 additions and 29 deletions

View file

@ -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),
],