chore: Adjust start video call UX

This commit is contained in:
Christian Pauly 2022-02-17 09:52:53 +01:00 committed by Krille Fear
commit b9098d7411
3 changed files with 25 additions and 47 deletions

View file

@ -122,7 +122,7 @@ class ChatView extends StatelessWidget {
),
IconButton(
onPressed: controller.onPhoneButtonTap,
icon: const Icon(Icons.phone),
icon: const Icon(Icons.call_outlined),
tooltip: L10n.of(context)!.placeCall,
),
EncryptionButton(controller.room!),